X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Ferror-codes%2FE0055.stderr;h=dddbd92765a5d0dda9f5eb32a4a167976546404e;hb=f03987276656134f25f92f7434d7d1c63c9e981c;hp=9653f4eaeefd0ac6330e693fb8d496d9b140adce;hpb=57f76783be2d63cd48e6acc6056bd84567dd0d0a;p=rust.git diff --git a/src/test/ui/error-codes/E0055.stderr b/src/test/ui/error-codes/E0055.stderr index 9653f4eaeef..dddbd92765a 100644 --- a/src/test/ui/error-codes/E0055.stderr +++ b/src/test/ui/error-codes/E0055.stderr @@ -1,4 +1,4 @@ -error[E0055]: reached the recursion limit while auto-dereferencing Foo +error[E0055]: reached the recursion limit while auto-dereferencing `Foo` --> $DIR/E0055.rs:21:13 | LL | ref_foo.foo();