You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/methods/probe-error-on-infinite-deref.stderr
+1-10
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,6 @@ LL | Wrap(1).lmao();
6
6
|
7
7
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`probe_error_on_infinite_deref`)
8
8
9
-
error[E0055]: reached the recursion limit while auto-dereferencing `Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<Wrap<{integer}>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>`
10
-
--> $DIR/probe-error-on-infinite-deref.rs:13:13
11
-
|
12
-
LL | Wrap(1).lmao();
13
-
| ^^^^ deref recursion limit reached
14
-
|
15
-
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`probe_error_on_infinite_deref`)
16
-
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
17
-
18
9
error[E0599]: no method named `lmao` found for struct `Wrap<{integer}>` in the current scope
19
10
--> $DIR/probe-error-on-infinite-deref.rs:13:13
20
11
|
@@ -24,7 +15,7 @@ LL | struct Wrap<T>(T);
24
15
LL | Wrap(1).lmao();
25
16
| ^^^^ method not found in `Wrap<{integer}>`
26
17
27
-
error: aborting due to 3 previous errors
18
+
error: aborting due to 2 previous errors
28
19
29
20
Some errors have detailed explanations: E0055, E0599.
30
21
For more information about an error, try `rustc --explain E0055`.
0 commit comments