Skip to content

Commit 6a43946

Browse files
committed
separate heading from body
1 parent 0d5573e commit 6a43946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_span/src/symbol.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,8 @@ impl fmt::Display for Ident {
17101710
}
17111711
}
17121712

1713-
/// This is the most general way to print identifiers.
1713+
/// The most general type to print identifiers.
1714+
///
17141715
/// AST pretty-printer is used as a fallback for turning AST structures into token streams for
17151716
/// proc macros. Additionally, proc macros may stringify their input and expect it survive the
17161717
/// stringification (especially true for proc macro derives written between Rust 1.15 and 1.30).

0 commit comments

Comments
 (0)