]> git.proxmox.com Git - rustc.git/blame - src/test/ui/traits/inductive-overflow/simultaneous.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / 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 |
cdc7bbd5
XL
7note: required because of the requirements on the impl of `Combo` for `{integer}`
8 --> $DIR/simultaneous.rs:11:34
9 |
10LL | impl<T: Tweedledee + Tweedledum> Combo for T {}
11 | ^^^^^ ^
94222f64
XL
12note: required by a bound in `is_ee`
13 --> $DIR/simultaneous.rs:13:13
14 |
15LL | fn is_ee<T: Combo>(t: T) {
16 | ^^^^^ required by this bound in `is_ee`
b7449926
XL
17
18error: aborting due to previous error
19
20For more information about this error, try `rustc --explain E0275`.