-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the intra-doc link RFC to match the implementation #2975
Conversation
- Mention the behavior for cross-crate re-exports - Mention the behavior for linking to private items - Require that disambiguators match, even if they're in the same namespace - For the extension on associated items, require that traits be in scope to link to their associated items - Add a possible `Deref` extension
See also rust-lang/rust#43466 (comment). |
This is not implemented and it's not clear it will be implemented. Since this PR is only intended to match the current implementation, I removed it from the RFC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This RFC really should have been an eRFC, but we've treated it as such anyway. We should do a quick FCP on this and merge it
We did the same in #2285 (comment) @rfcbot fcp merge |
Team member @Manishearth has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
@rfcbot reviewed |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good updates, very much in spirit of the original RFC 👍
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. The RFC will be merged soon. |
Add a possibleRemoved, this is not implemented, and it's not clear if it will be implemented.Deref
extensionThe only behavior change from the original RFC is that disambiguators must now match (see also rust-lang/rust#74851 and rust-lang/rust#75079). All other changes are either clarifications or possible extensions.
r? @Manishearth