]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/traits/inductive-overflow/simultaneous.stderr
Rollup merge of #106734 - albertlarsan68:deny-src-tests-in-tidy, r=Nilstrieb
[rust.git] / tests / ui / traits / inductive-overflow / simultaneous.stderr
index 09930e60efe4657e2ccdb58283123d7a77eb76d0..e3b4ec07d2369f5e7a949d636124e66ce71b065e 100644 (file)
@@ -8,7 +8,9 @@ note: required for `{integer}` to implement `Combo`
   --> $DIR/simultaneous.rs:11:34
    |
 LL | impl<T: Tweedledee + Tweedledum> Combo for T {}
-   |                                  ^^^^^     ^
+   |                      ----------  ^^^^^     ^
+   |                      |
+   |                      unsatisfied trait bound introduced here
 note: required by a bound in `is_ee`
   --> $DIR/simultaneous.rs:13:13
    |