Unify titles in rustdoc book doc attributes chapter#90374
Unify titles in rustdoc book doc attributes chapter#90374bors merged 1 commit intorust-lang:masterfrom
Conversation
|
☔ The latest upstream changes (presumably #90339) made this pull request unmergeable. Please resolve the merge conflicts. |
9979e70 to
54c2f9d
Compare
CI won't catch all uses. You'll have to update at least this spot: $ rg docno_inlinedocinline compiler/
compiler/rustc_passes/src/check_attr.rs
771: err.note("read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information") |
camelid
left a comment
There was a problem hiding this comment.
r=me with the following comments addressed and the error message I mentioned above updated (you'll have to bless tests as well)
Please make sure to use r=camelid rather than r+ :)
54c2f9d to
a2ff29f
Compare
|
Instead of creating |
|
@bors: r=camelid rollup |
|
📌 Commit a2ff29f17cdafec9d485efc7b4b34f04fb5bdc3e has been approved by |
|
@bors r- |
This might mess up the mdBook styling, and it means the new IDs won't exist. Please use span or similar instead. |
|
Also, please update the error message I mentioned above. |
a2ff29f to
9829811
Compare
|
Updated! I'll let you handle the r+ this time. ;) |
This comment has been minimized.
This comment has been minimized.
9829811 to
0c70831
Compare
|
Thanks! @bors r+ rollup |
|
📌 Commit 0c70831 has been approved by |
…itles, r=camelid Unify titles in rustdoc book doc attributes chapter As discussed in rust-lang#90339. I wasn't able to find out where the link to the titles was used so let's see if the CI fails. :) r? `@camelid`
…askrgr Rollup of 8 pull requests Successful merges: - rust-lang#89876 (Make most std::ops traits const on numeric types) - rust-lang#90371 (Fix incorrect doc link) - rust-lang#90374 (Unify titles in rustdoc book doc attributes chapter) - rust-lang#90377 (Make `core::slice::from_raw_parts[_mut]` const) - rust-lang#90395 (Restrict liveness of mutable borrow of inner infcx in ConstInferUnifier::consts) - rust-lang#90396 (Prevent type flags assertions being thrown in default_anon_const_substs if errors occurred) - rust-lang#90402 (Add a few query descriptions) - rust-lang#90412 (Remove unnecessary `macro_use`s in rustdoc) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
As discussed in #90339.
I wasn't able to find out where the link to the titles was used so let's see if the CI fails. :)
r? @camelid