Skip to content

Commit eb4ba55

Browse files
committed
Add an issue number for the pretty_printing_compatibility_hack FIXME
1 parent b37434e commit eb4ba55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustc_ast/token.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ impl Nonterminal {
782782
/// We need to maintain some special pretty-printing behavior for them due to incorrect
783783
/// asserts in old versions of those crates and their wide use in the ecosystem.
784784
/// See issue #73345 for more details.
785-
/// FIXME: Remove this eventually.
785+
/// FIXME(#73933): Remove this eventually.
786786
pub fn pretty_printing_compatibility_hack(&self) -> bool {
787787
if let NtItem(item) = self {
788788
let name = item.ident.name;

0 commit comments

Comments
 (0)