]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/higher-ranked-projection.rs
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
[rust.git] / src / test / ui / associated-types / higher-ranked-projection.rs
index 5315e21b0f5a9ea2545d15d5e3550374b75c59f4..1b5476d4c364ffcefc7612718741509047cdb59b 100644 (file)
@@ -23,5 +23,5 @@ fn foo<U, T>(_t: T)
 #[rustc_error]
 fn main() { //[good]~ ERROR fatal error triggered by #[rustc_error]
     foo(());
-    //[bad]~^ ERROR type mismatch
+    //[bad]~^ ERROR mismatched types
 }