Properly handle primitive disambiguators in rustdoc#80660
Properly handle primitive disambiguators in rustdoc#80660bors merged 6 commits intorust-lang:masterfrom
Conversation
|
Some changes occurred in intra-doc-links. cc @jyn514 |
Yes, see https://rustc-dev-guide.rust-lang.org/rustdoc-internals.html#dotting-is-and-crossing-ts for instructions and |
3a5903b to
06b0900
Compare
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@bors r+ Thanks for sticking with this! |
|
📌 Commit 2bdbb0d has been approved by |
|
@bors squash This messes with github unfortunately - if bors says this was merged you can trust it and close the PR. |
|
@jyn514 thanks for the help! |
|
⌛ Testing commit 2bdbb0d with merge 92350979910dc7b5616616e4c2514e1f9f002d84... |
|
💔 Test failed - checks-actions |
|
Looks like it couldn't find a runner for aarch64-gnu? There's no build log. @bors retry |
|
⌛ Testing commit 2bdbb0d with merge b923afe4c3ec7c0d7591cb324ca7b0cba6168b0c... |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
Properly handle primitive disambiguators in rustdoc Fixes rust-lang#80559 r? `@jyn514` Is there a way to test that the generated intra-doc link is what I expect?
Rollup of 10 pull requests Successful merges: - rust-lang#80012 (Add pointing const identifier when emitting E0435) - rust-lang#80521 (MIR Inline is incompatible with coverage) - rust-lang#80659 (Edit rustc_ast::tokenstream docs) - rust-lang#80660 (Properly handle primitive disambiguators in rustdoc) - rust-lang#80738 (Remove bottom margin from crate version when the docs sidebar is collapsed) - rust-lang#80744 (rustdoc: Turn `next_def_id` comments into docs) - rust-lang#80750 (Don't use to_string on Symbol in rustc_passes/check_attr.rs) - rust-lang#80769 (Improve wording of parse doc) - rust-lang#80780 (Return EOF_CHAR constant instead of magic char.) - rust-lang#80784 (rustc_parse: Better spans for synthesized token streams) Failed merges: - rust-lang#80785 (rustc_ast_pretty: Remove `PrintState::insert_extra_parens`) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #80559
r? @jyn514
Is there a way to test that the generated intra-doc link is what I expect?