note -> help
This commit is contained in:
parent
b4993ec863
commit
6e259dc778
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ error[E0275]: overflow evaluating the requirement `K: std::marker::Send`
|
|||
44 | is_send::<A>();
|
||||
| ^^^^^^^^^^^^
|
||||
|
|
||||
= note: consider adding a `#![recursion_limit="20"]` attribute to your crate
|
||||
= help: consider adding a `#![recursion_limit="20"]` attribute to your crate
|
||||
= 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`
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ error: recursion limit reached while expanding the macro `recurse`
|
|||
24 | recurse!(0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9);
|
||||
| -------------------------------------------------- in this macro invocation
|
||||
|
|
||||
= note: consider adding a `#![recursion_limit="20"]` attribute to your crate
|
||||
= help: consider adding a `#![recursion_limit="20"]` attribute to your crate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue