Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
This commit is contained in:
parent
60443d4888
commit
dffe188991
277 changed files with 1174 additions and 120 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue