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

@ -1,4 +1,5 @@
mod cat {
#[legacy_exports];
struct Cat {
priv meows: uint
}