]> git.lizzy.rs Git - rust.git/blobdiff - tests/compile-fail/reallocate-change-alloc.rs
Auto merge of #1308 - RalfJung:miri, r=RalfJung
[rust.git] / tests / compile-fail / reallocate-change-alloc.rs
index 8130d72dee59698cd9f31fdc44e3cc33f28995a8..297029676962bd702ce058a0a3defa46c304068b 100644 (file)
@@ -1,4 +1,4 @@
-use std::alloc::{alloc, dealloc, realloc, Layout};
+use std::alloc::{alloc, realloc, Layout};
 
 fn main() {
     unsafe {