Deduplicate all the ~~things~~ errors
This commit is contained in:
parent
d34232bcaf
commit
0f97048618
26 changed files with 133 additions and 199 deletions
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue