Skip to content

Commit

Permalink
separate heading from body
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Dec 10, 2022
1 parent 0d5573e commit 6a43946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/rustc_span/src/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 6a43946

Please sign in to comment.