]> git.proxmox.com Git - rustc.git/blob - src/test/ui/did_you_mean/recursion_limit.stderr
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / ui / did_you_mean / recursion_limit.stderr
1 error[E0275]: overflow evaluating the requirement `K: std::marker::Send`
2 --> $DIR/recursion_limit.rs:44:5
3 |
4 44 | is_send::<A>();
5 | ^^^^^^^^^^^^
6 |
7 = help: consider adding a `#![recursion_limit="20"]` attribute to your crate
8 = note: required because it appears within the type `J`
9 = note: required because it appears within the type `I`
10 = note: required because it appears within the type `H`
11 = note: required because it appears within the type `G`
12 = note: required because it appears within the type `F`
13 = note: required because it appears within the type `E`
14 = note: required because it appears within the type `D`
15 = note: required because it appears within the type `C`
16 = note: required because it appears within the type `B`
17 = note: required because it appears within the type `A`
18 = note: required by `is_send`
19
20 error: aborting due to previous error
21