We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37434e commit eb4ba55Copy full SHA for eb4ba55
src/librustc_ast/token.rs
@@ -782,7 +782,7 @@ impl Nonterminal {
782
/// We need to maintain some special pretty-printing behavior for them due to incorrect
783
/// asserts in old versions of those crates and their wide use in the ecosystem.
784
/// See issue #73345 for more details.
785
- /// FIXME: Remove this eventually.
+ /// FIXME(#73933): Remove this eventually.
786
pub fn pretty_printing_compatibility_hack(&self) -> bool {
787
if let NtItem(item) = self {
788
let name = item.ident.name;
0 commit comments