diff options
| author | Oliver Schneider <git-spam9815368754983@oli-obk.de> | 2015-10-02 10:36:45 +0200 |
|---|---|---|
| committer | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2015-10-13 17:01:03 +0200 |
| commit | 09d3adf52eaf6e411b49d26af7d347406f563557 (patch) | |
| tree | 900941d16c00c6e90521d4122cbc851d72cb0953 /src/test/compile-fail/const-eval-overflow.rs | |
| parent | 81b3b27cf533e50424f749d1c1db23e5d8db952f (diff) | |
| download | rust-09d3adf52eaf6e411b49d26af7d347406f563557.tar.gz rust-09d3adf52eaf6e411b49d26af7d347406f563557.zip | |
implement RFC 1229
const eval errors outside of true constant enviroments are not reported anymore, but instead forwarded to a lint.
Diffstat (limited to 'src/test/compile-fail/const-eval-overflow.rs')
| -rw-r--r-- | src/test/compile-fail/const-eval-overflow.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/compile-fail/const-eval-overflow.rs b/src/test/compile-fail/const-eval-overflow.rs index f991e5328c1..daa60955ad8 100644 --- a/src/test/compile-fail/const-eval-overflow.rs +++ b/src/test/compile-fail/const-eval-overflow.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(negate_unsigned)] - #![allow(unused_imports)] #![feature(negate_unsigned)] |
