diff options
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index d04a65fd2db..9bf612c588a 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -279,6 +279,7 @@ pure fn is_bar(t: token) -> bool { mod special_idents { + #[legacy_exports]; use ast::ident; const underscore : ident = 0u; const anon : ident = 1u; |
