Skip to content

Commit

Permalink
Add an issue number for the pretty_printing_compatibility_hack FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Jul 1, 2020
1 parent b37434e commit eb4ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_ast/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ impl Nonterminal {
/// We need to maintain some special pretty-printing behavior for them due to incorrect
/// asserts in old versions of those crates and their wide use in the ecosystem.
/// See issue #73345 for more details.
/// FIXME: Remove this eventually.
/// FIXME(#73933): Remove this eventually.
pub fn pretty_printing_compatibility_hack(&self) -> bool {
if let NtItem(item) = self {
let name = item.ident.name;
Expand Down

0 comments on commit eb4ba55

Please sign in to comment.