]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/unboxed-closures-wrong-abi.rs
Imported Upstream version 1.4.0+dfsg1
[rustc.git] / src / test / compile-fail / unboxed-closures-wrong-abi.rs
index cdcb435b65a6acfcc8cdc3700d420022234385bb..ca15d1bb5eefc83f11278776d3d9ba9bbab47784 100644 (file)
@@ -35,7 +35,6 @@ fn b() {
 fn c() {
     let z = call_it_once(square, 22);
     //~^ ERROR not implemented
-    //~| ERROR not implemented
 }
 
 fn main() { }