1
Fork 0

fix for new attributes failing. issue #22964

This commit is contained in:
awlnx 2015-03-05 11:53:51 -05:00
parent b4c965ee80
commit 951ef9d1f1
31 changed files with 64 additions and 4 deletions

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
#![cfg_attr(stage0, feature(custom_attribute))]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]