mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Rollup merge of #105521 - tshepang:keep-heading-separate, r=nagisa
separate heading from body
This commit is contained in:
commit
6042f5bca7
@ -1710,7 +1710,8 @@ impl fmt::Display for Ident {
|
||||
}
|
||||
}
|
||||
|
||||
/// This is the most general way to print identifiers.
|
||||
/// The most general type to print identifiers.
|
||||
///
|
||||
/// AST pretty-printer is used as a fallback for turning AST structures into token streams for
|
||||
/// proc macros. Additionally, proc macros may stringify their input and expect it survive the
|
||||
/// stringification (especially true for proc macro derives written between Rust 1.15 and 1.30).
|
||||
|
Loading…
Reference in New Issue
Block a user