diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-08-31 10:40:14 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-10-25 16:47:35 +0200 |
| commit | 0f970486183084634b08f516531c55d2286a38af (patch) | |
| tree | 0737b0dc8ebf45a2508b0627dd7aada93d767b40 /src/test/ui/consts/const-eval/const-eval-overflow2.rs | |
| parent | d34232bcaf6f2bdb3ac17d6025c4c68f9798be0b (diff) | |
| download | rust-0f970486183084634b08f516531c55d2286a38af.tar.gz rust-0f970486183084634b08f516531c55d2286a38af.zip | |
Deduplicate all the ~~things~~ errors
Diffstat (limited to 'src/test/ui/consts/const-eval/const-eval-overflow2.rs')
| -rw-r--r-- | src/test/ui/consts/const-eval/const-eval-overflow2.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-eval/const-eval-overflow2.rs b/src/test/ui/consts/const-eval/const-eval-overflow2.rs index ee29423a90c..c61a1b3edb7 100644 --- a/src/test/ui/consts/const-eval/const-eval-overflow2.rs +++ b/src/test/ui/consts/const-eval/const-eval-overflow2.rs @@ -22,7 +22,6 @@ use std::{i8, i16, i32, i64, isize}; use std::{u8, u16, u32, u64, usize}; const VALS_I8: (i8,) = //~ ERROR any use of this value will cause an error - //~^ const_err ( i8::MIN - 1, ); |
