Skip to content

Commit 9d5f124

Browse files
committed
added FIXME comment
1 parent 702a53c commit 9d5f124

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libsyntax/ast.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ use std::option::Option;
2020
use std::to_str::ToStr;
2121
use extra::serialize::{Encodable, Decodable, Encoder, Decoder};
2222

23+
24+
// FIXME #6993: in librustc, uses of "ident" should be replaced
25+
// by just "Name".
26+
2327
// an identifier contains a Name (index into the interner
2428
// table) and a SyntaxContext to track renaming and
2529
// macro expansion per Flatt et al., "Macros

0 commit comments

Comments
 (0)