]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/cycle-projection-based-on-where-clause.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / cycle-projection-based-on-where-clause.rs
index 336b67852cd015da6e839d3b2478622ae2490f46..d3609acfdff63edd44e05599669eeb292e2083d2 100644 (file)
@@ -16,7 +16,6 @@ struct A<T>
     where T : Trait,
           T : Add<T::Item>
     //~^ ERROR cycle detected
-    //~| ERROR associated type `Item` not found for `T`
 {
     data: T
 }