Skip to content

Fix impl being removed excessively#82496

Closed
GuillaumeGomez wants to merge 1 commit intorust-lang:masterfrom
GuillaumeGomez:put-back-impls
Closed

Fix impl being removed excessively#82496
GuillaumeGomez wants to merge 1 commit intorust-lang:masterfrom
GuillaumeGomez:put-back-impls

Conversation

@GuillaumeGomez
Copy link
Copy Markdown
Member

Fixes #82465.

To prevent some impls to get removed, the type has to be "registered". This is because of the change from 8eaf68f , before that commit, the impls were filtered before we added the multiple Deref "go down".

cc @jryans
r? @jyn514

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustdoc drops impl Foreign<Local> for Foreign