1
Fork 0

Deduplicate all the ~~things~~ errors

This commit is contained in:
Oliver Schneider 2018-08-31 10:40:14 +02:00 committed by Oliver Scherer
parent d34232bcaf
commit 0f97048618
26 changed files with 133 additions and 199 deletions

View file

@ -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,
);