2017-01-05 17:17:12 -06:00
|
|
|
error[E0275]: overflow evaluating the requirement `K: std::marker::Send`
|
|
|
|
--> $DIR/recursion_limit.rs:44:5
|
|
|
|
|
|
|
|
|
44 | is_send::<A>();
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
2017-02-28 12:18:54 -06:00
|
|
|
= help: consider adding a `#![recursion_limit="20"]` attribute to your crate
|
2017-01-05 17:17:12 -06:00
|
|
|
= note: required because it appears within the type `J`
|
|
|
|
= note: required because it appears within the type `I`
|
|
|
|
= note: required because it appears within the type `H`
|
|
|
|
= note: required because it appears within the type `G`
|
|
|
|
= note: required because it appears within the type `F`
|
|
|
|
= note: required because it appears within the type `E`
|
|
|
|
= note: required because it appears within the type `D`
|
|
|
|
= note: required because it appears within the type `C`
|
|
|
|
= note: required because it appears within the type `B`
|
|
|
|
= note: required because it appears within the type `A`
|
|
|
|
= note: required by `is_send`
|
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-01-05 17:17:12 -06:00
|
|
|
|