]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/impl-trait/projection-mismatch-in-impl-where-clause.stderr
Rollup merge of #106799 - scottmcm:remove-unused-generics, r=cuviper
[rust.git] / tests / ui / impl-trait / projection-mismatch-in-impl-where-clause.stderr
index cf2998bbf40792eadfcb435090ef4fd17799acd8..a4ff510477a4c38d4de2fc4287bab63e43855b91 100644 (file)
@@ -13,7 +13,7 @@ note: required for `()` to implement `Test`
   --> $DIR/projection-mismatch-in-impl-where-clause.rs:11:9
    |
 LL | impl<T> Test for T where T: Super<Assoc = ()> {}
-   |         ^^^^     ^
+   |         ^^^^     ^                ---------- unsatisfied trait bound introduced here
 
 error: aborting due to previous error