]> git.proxmox.com Git - rustc.git/blob - src/test/ui/traits/issue-82830.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / traits / issue-82830.stderr
1 error[E0275]: overflow evaluating the requirement `P: Sized`
2 --> $DIR/issue-82830.rs:7:8
3 |
4 LL | t: MaybeBox<P>,
5 | ^^^^^^^^^^^
6 |
7 note: required because of the requirements on the impl of `A<P, Box<P>>` for `P`
8 --> $DIR/issue-82830.rs:10:12
9 |
10 LL | impl<Y, N> A<Y, N> for P {
11 | ^^^^^^^ ^
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0275`.