diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-03-10 21:20:09 +0200 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-03-17 22:48:07 +0200 |
| commit | 473f804491772fe9a31f4096c3ec8da121fc8294 (patch) | |
| tree | c487b55e6a1e18350639e5fc52485fb828bacc44 /src/libcore/lib.rs | |
| parent | 080bd97781ee419722df8394a0155b5db069a490 (diff) | |
| download | rust-473f804491772fe9a31f4096c3ec8da121fc8294.tar.gz rust-473f804491772fe9a31f4096c3ec8da121fc8294.zip | |
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index f76b8655ad1..13d3f42ba18 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -72,6 +72,7 @@ #![feature(reflect)] #![feature(unwind_attributes)] #![feature(repr_simd, platform_intrinsics)] +#![feature(rustc_attrs)] #![feature(staged_api)] #![feature(unboxed_closures)] |
