]> git.proxmox.com Git - rustc.git/blame - src/test/ui/did_you_mean/recursion_limit.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / did_you_mean / recursion_limit.stderr
CommitLineData
1b1a35ee 1error[E0275]: overflow evaluating the requirement `K: Send`
0731742a 2 --> $DIR/recursion_limit.rs:34:5
8bb4bdeb 3 |
e1599b0c 4LL | fn is_send<T:Send>() { }
ba9703b0 5 | ---- required by this bound in `is_send`
e1599b0c 6...
532ac7d7 7LL | is_send::<A>();
8bb4bdeb
XL
8 | ^^^^^^^^^^^^
9 |
74b04a01 10 = help: consider adding a `#![recursion_limit="20"]` attribute to your crate (`recursion_limit`)
f9f354fc 11 = note: required because it appears within the type `J`
8bb4bdeb
XL
12 = note: required because it appears within the type `I`
13 = note: required because it appears within the type `H`
14 = note: required because it appears within the type `G`
15 = note: required because it appears within the type `F`
16 = note: required because it appears within the type `E`
17 = note: required because it appears within the type `D`
18 = note: required because it appears within the type `C`
19 = note: required because it appears within the type `B`
20 = note: required because it appears within the type `A`
8bb4bdeb 21
041b39d2 22error: aborting due to previous error
8bb4bdeb 23
0531ce1d 24For more information about this error, try `rustc --explain E0275`.