compiletest: Add #[no_core] to fix check-stage1.
This commit is contained in:
parent
833ed21f87
commit
c49e41c42f
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#[allow(non_camel_case_types)];
|
||||
|
||||
#[no_core]; // XXX: Remove after snapshot
|
||||
#[no_std];
|
||||
|
||||
extern mod core(name = "std", vers = "0.7-pre");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue