]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generic-associated-types/impl_bounds.rs
Fix duplicate error
[rust.git] / src / test / ui / generic-associated-types / impl_bounds.rs
index 2b52483d1d6a136604b061ac93f53e28e7c2084d..27c135cb7cf82abd5d9a41d7d61576ead8a8ab15 100644 (file)
@@ -16,7 +16,6 @@ impl<T> Foo for Fooy<T> {
     //~^ ERROR the parameter type `T` may not live long enough
     type B<'a, 'b> where 'b: 'a = (&'a(), &'b ());
     //~^ ERROR `impl` associated type
-    //~| ERROR impl has stricter
     //~| ERROR lifetime bound not satisfied
     type C where Self: Copy = String;
     //~^ ERROR the trait bound `T: Copy` is not satisfied