added FIXME comment

This commit is contained in:
John Clements
2013-06-07 10:39:59 -07:00
parent 9de40dfc87
commit 7bf75adfd9

View File

@@ -20,6 +20,10 @@ use std::option::Option;
use std::to_str::ToStr;
use extra::serialize::{Encodable, Decodable, Encoder, Decoder};
// FIXME #6993: in librustc, uses of "ident" should be replaced
// by just "Name".
// an identifier contains a Name (index into the interner
// table) and a SyntaxContext to track renaming and
// macro expansion per Flatt et al., "Macros