File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- //~ ERROR overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>
1+ //~ ERROR queries overflow the depth limit!
22//~| HELP consider increasing the recursion limit
33// build-fail
44
5- #![ recursion_limit = "0 " ]
5+ #![ recursion_limit = "1 " ]
66
77fn main ( ) { }
Original file line number Diff line number Diff line change 1- error[E0275]: overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>`
1+ error: queries overflow the depth limit!
22 |
33 = help: consider increasing the recursion limit by adding a `#![recursion_limit = "2"]` attribute to your crate (`zero_overflow`)
4+ = note: query depth increased by 2 when computing layout of `&mut ()`
45
56error: aborting due to previous error
67
7- For more information about this error, try `rustc --explain E0275`.
You can’t perform that action at this time.
0 commit comments