]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/issue-82830.stderr
:arrow_up: rust-analyzer
[rust.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 for `P` to implement `A<P, Box<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`.