rustc: Remove legacy mode inference, unless #[legacy_modes] is used

This commit is contained in:
Patrick Walton
2012-09-18 15:52:21 -07:00
parent d53cfd225a
commit e653d493fb
77 changed files with 181 additions and 42 deletions

View File

@@ -11,6 +11,8 @@
#[no_core];
#[legacy_modes];
#[allow(vecs_implicitly_copyable,
non_implicitly_copyable_typarams)];
#[allow(non_camel_case_types)];