]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/dangling.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / consts / const-eval / dangling.rs
index 78cf000db03d19ad692bc5af12143c25dc246a35..72e97c03220fc91dd10337d8c26dfef51e843303 100644 (file)
@@ -1,6 +1,6 @@
 #![feature(const_raw_ptr_deref)]
 
-use std::{mem, usize};
+use std::mem;
 
 // Make sure we error with the right kind of error on a too large slice.
 const TEST: () = { unsafe { //~ NOTE