]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/inductive-overflow/simultaneous.stderr
88e0631eeb27a2ab06456ef0467cb49359c046fb
[rust.git] / src / test / ui / traits / inductive-overflow / simultaneous.stderr
1 error[E0275]: overflow evaluating the requirement `{integer}: Tweedledee`
2   --> $DIR/simultaneous.rs:18:5
3    |
4 LL | fn is_ee<T: Combo>(t: T) {
5    |             ----- required by this bound in `is_ee`
6 ...
7 LL |     is_ee(4);
8    |     ^^^^^
9    |
10    = note: required because of the requirements on the impl of `Combo` for `{integer}`
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0275`.