added FIXME comment
This commit is contained in:
parent
9de40dfc87
commit
7bf75adfd9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue