Skip to content

Commit 17ec923

Browse files
committed
fix failing test
1 parent 7260af5 commit 17ec923

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
fn main() {}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

56
error: aborting due to previous error
67

7-
For more information about this error, try `rustc --explain E0275`.

0 commit comments

Comments
 (0)