]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/traits/issue-71036.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / traits / issue-71036.rs
index 3d2df6fe997a7514d6feed5f83d251680fa08c38..69eed0c0462fde894137ee83daa66474cf0638a6 100644 (file)
@@ -12,6 +12,6 @@ impl<'a, T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Foo<'a, U>> for Foo<'
 //~^ ERROR the trait bound `&'a T: Unsize<&'a U>` is not satisfied
 //~| NOTE the trait `Unsize<&'a U>` is not implemented for `&'a T`
 //~| NOTE all implementations of `Unsize` are provided automatically by the compiler
-//~| NOTE required because of the requirements on the impl
+//~| NOTE required for
 
 fn main() {}