]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/associated-types/higher-ranked-projection.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / associated-types / higher-ranked-projection.rs
index a2ea6d8f206b6ceb5a37e36641f3d2705a55aff4..5315e21b0f5a9ea2545d15d5e3550374b75c59f4 100644 (file)
@@ -21,7 +21,7 @@ fn foo<U, T>(_t: T)
 {}
 
 #[rustc_error]
-fn main() { //[good]~ ERROR compilation successful
+fn main() { //[good]~ ERROR fatal error triggered by #[rustc_error]
     foo(());
     //[bad]~^ ERROR type mismatch
 }