We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702a53c commit 9d5f124Copy full SHA for 9d5f124
src/libsyntax/ast.rs
@@ -20,6 +20,10 @@ use std::option::Option;
20
use std::to_str::ToStr;
21
use extra::serialize::{Encodable, Decodable, Encoder, Decoder};
22
23
+
24
+// FIXME #6993: in librustc, uses of "ident" should be replaced
25
+// by just "Name".
26
27
// an identifier contains a Name (index into the interner
28
// table) and a SyntaxContext to track renaming and
29
// macro expansion per Flatt et al., "Macros
0 commit comments