diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-01 16:34:15 -0700 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-04-02 02:07:51 +0200 |
| commit | f86318d63c86568b312f39da20bea67e328c1fc5 (patch) | |
| tree | 36c7d66caea7d71f389adb2583d1fae252327e49 /src/test/compile-fail/const-eval-overflow.rs | |
| parent | 07ff8ab8855b4d5ce0d547cfe3b1bf03e5f427eb (diff) | |
| download | rust-f86318d63c86568b312f39da20bea67e328c1fc5.tar.gz rust-f86318d63c86568b312f39da20bea67e328c1fc5.zip | |
Test fixes and rebase conflicts, round 2
Conflicts: src/libcore/num/mod.rs
Diffstat (limited to 'src/test/compile-fail/const-eval-overflow.rs')
| -rw-r--r-- | src/test/compile-fail/const-eval-overflow.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/const-eval-overflow.rs b/src/test/compile-fail/const-eval-overflow.rs index fb8726f900d..19b5f9b094c 100644 --- a/src/test/compile-fail/const-eval-overflow.rs +++ b/src/test/compile-fail/const-eval-overflow.rs @@ -11,6 +11,7 @@ #![feature(negate_unsigned)] #![allow(unused_imports)] +#![feature(negate_unsigned)] // Note: the relevant lint pass here runs before some of the constant // evaluation below (e.g. that performed by trans and llvm), so if you |
