Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez
rustdoc: Resolve doc links referring to `macro_rules` items cc https://github.com/rust-lang/rust/issues/81633 UPD: the fallback to considering *all* `macro_rules` in the crate for unresolved names is not removed in this PR, it will be removed separately and will be run through crater.
This commit is contained in:
commit
4dd8b420c0
11 changed files with 175 additions and 41 deletions
|
@ -640,6 +640,8 @@ macro_rules! unreachable {
|
|||
///
|
||||
/// Like `panic!`, this macro has a second form for displaying custom values.
|
||||
///
|
||||
/// [`todo!`]: crate::todo
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Say we have a trait `Foo`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue