]> git.proxmox.com Git - rustc.git/blob - src/test/ui/traits/inductive-overflow/simultaneous.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.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`.