]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/lint-heap-memory.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / lint-heap-memory.rs
index 5391cd475aa63d990d0d3ece3c94461932aaa2db..f45888010750ef9cca0fb8fae7b79ebe2b58b15a 100644 (file)
@@ -25,8 +25,6 @@ fn main() {
     @2; //~ ERROR type uses managed
 
     ~2; //~ ERROR type uses owned
-    vec!(1); //~ ERROR type uses owned
-    //~^ ERROR type uses owned
     fn g(_: ~Clone) {} //~ ERROR type uses owned
     ~""; //~ ERROR type uses owned
     //~^ ERROR type uses owned