]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/relate_tys/trait-hrtb.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / relate_tys / trait-hrtb.stderr
index 6d144a4be6ed38e9d583efd1ead55311afdd6846..aa1927711b36bb8ae269155f0ff51f373ff55072 100644 (file)
@@ -1,5 +1,5 @@
 error[E0308]: mismatched types
-  --> $DIR/trait-hrtb.rs:15:39
+  --> $DIR/trait-hrtb.rs:13:39
    |
 LL |     let y: Box<dyn for<'a> Foo<'a>> = x;
    |                                       ^ one type is more general than the other