This commit is contained in:
John Clements
2013-06-07 10:41:38 -07:00
parent d1c01734f3
commit 3965725d51
2 changed files with 4 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ pub enum SyntaxContext_ {
// in the "from" slot. In essence, they're all
// pointers to a single "rename" event node.
Rename (Ident,Name,SyntaxContext),
// actually, IllegalCtxt may not be necessary.
IllegalCtxt
}