Skip to content

Commit e99657c

Browse files
committed
parser comments
1 parent b24b453 commit e99657c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/ast.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ pub enum SyntaxContext_ {
7272
IllegalCtxt()
7373
}
7474

75-
// a name represents an identifier
75+
// a name is a part of an identifier, representing a string
76+
// or gensym. It's the result of interning.
7677
pub type Name = uint;
7778
// a mark represents a unique id associated
7879
// with a macro expansion

0 commit comments

Comments
 (0)