]> git.proxmox.com Git - rustc.git/blame - tests/ui/traits/inductive-overflow/simultaneous.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / traits / inductive-overflow / simultaneous.stderr
CommitLineData
94222f64 1error[E0275]: overflow evaluating the requirement `{integer}: Tweedledum`
6a06907d 2 --> $DIR/simultaneous.rs:18:5
b7449926
XL
3 |
4LL | is_ee(4);
5 | ^^^^^
6 |
f2b60f7d 7note: required for `{integer}` to implement `Combo`
cdc7bbd5
XL
8 --> $DIR/simultaneous.rs:11:34
9 |
10LL | impl<T: Tweedledee + Tweedledum> Combo for T {}
f25598a0
FG
11 | ---------- ^^^^^ ^
12 | |
13 | unsatisfied trait bound introduced here
94222f64
XL
14note: required by a bound in `is_ee`
15 --> $DIR/simultaneous.rs:13:13
16 |
17LL | fn is_ee<T: Combo>(t: T) {
18 | ^^^^^ required by this bound in `is_ee`
b7449926
XL
19
20error: aborting due to previous error
21
22For more information about this error, try `rustc --explain E0275`.