]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/where-for-self-2.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / where-for-self-2.rs
index cd5240198b385b6ec7af3e9fb98c0c3be5b6b801..bf8fc29217338bf2e6e953ccac2ec4eb608ea196 100644 (file)
@@ -29,5 +29,5 @@ fn foo<T>(x: &T)
 
 fn main() {
     foo(&X);
-    //~^ error: `for<'a> Bar` is not implemented
+    //~^ error: `for<'a> &'a _: Bar` is not satisfied
 }