File tree 2 files changed +4
-4
lines changed
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!
2
2
//~| HELP consider increasing the recursion limit
3
3
// build-fail
4
4
5
- #![ recursion_limit = "0 " ]
5
+ #![ recursion_limit = "1 " ]
6
6
7
7
fn 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!
2
2
|
3
3
= 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 ()`
4
5
5
6
error: aborting due to previous error
6
7
7
- For more information about this error, try `rustc --explain E0275`.
You can’t perform that action at this time.
0 commit comments