1
Fork 0

Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];

This commit is contained in:
Graydon Hoare 2012-09-21 18:10:45 -07:00
parent 60443d4888
commit dffe188991
277 changed files with 1174 additions and 120 deletions

View file

@ -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;