diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 42afe892de9..f79fa1627f9 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -72,7 +72,8 @@ pub enum SyntaxContext_ { IllegalCtxt() } -// a name represents an identifier +// a name is a part of an identifier, representing a string +// or gensym. It's the result of interning. pub type Name = uint; // a mark represents a unique id associated // with a macro expansion