]> git.lizzy.rs Git - rust.git/blob - src/test/ui/did_you_mean/recursion_limit.stderr
Auto merge of #43558 - GuillaumeGomez:union-const-colors, r=QuietMisdreavus
[rust.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