Skip to content

Commit e533802

Browse files
committed
Bless ui tests.
1 parent e921bc4 commit e533802

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
error: queries overflow the depth limit!
2-
--> $DIR/recursive-const-in-impl.rs:11:14
2+
--> $DIR/recursive-const-in-impl.rs:11:5
33
|
44
LL | println!("{}", Thing::<i32>::X);
5-
| ^^^^
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
|
77
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "14"]` attribute to your crate (`recursive_const_in_impl`)
88
= note: query depth increased by 9 when simplifying constant for the type system `main::promoted[1]`
9+
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
910

1011
error: aborting due to 1 previous error
1112

0 commit comments

Comments
 (0)