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