Skip to content

Commit c49e41c

Browse files
committed
compiletest: Add #[no_core] to fix check-stage1.
1 parent 833ed21 commit c49e41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiletest/compiletest.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#[allow(non_camel_case_types)];
1414

15+
#[no_core]; // XXX: Remove after snapshot
1516
#[no_std];
1617

1718
extern mod core(name = "std", vers = "0.7-pre");

0 commit comments

Comments
 (0)