]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/cache/project-fn-ret-contravariant.rs
Change some tests to use the shorter comment style
[rust.git] / src / test / ui / associated-types / cache / project-fn-ret-contravariant.rs
index ebf52918153c1678c15cd0d080faddb127dce564..8c6073e2f7a4918bd468ebad139420b4a70487f3 100644 (file)
@@ -47,6 +47,4 @@ fn transmute<'a,'b>(x: &'a u32, y: &'b u32) -> (&'a u32, &'b u32) {
 }
 
 #[rustc_error]
-fn main() { }
-//[ok]~^ ERROR fatal error triggered by #[rustc_error]
-//[oneuse]~^^ ERROR fatal error triggered by #[rustc_error]
+fn main() { } //[ok,oneuse]~ ERROR fatal error triggered by #[rustc_error]