We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5573e commit 6a43946Copy full SHA for 6a43946
compiler/rustc_span/src/symbol.rs
@@ -1710,7 +1710,8 @@ impl fmt::Display for Ident {
1710
}
1711
1712
1713
-/// This is the most general way to print identifiers.
+/// The most general type to print identifiers.
1714
+///
1715
/// AST pretty-printer is used as a fallback for turning AST structures into token streams for
1716
/// proc macros. Additionally, proc macros may stringify their input and expect it survive the
1717
/// stringification (especially true for proc macro derives written between Rust 1.15 and 1.30).
0 commit comments