]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0055.stderr
Enclose type in backticks for "reached the recursion limit while auto-dereferencing...
[rust.git] / src / test / ui / error-codes / E0055.stderr
index 3d13b1441062a62b0361e015240aa27273a50725..dddbd92765a5d0dda9f5eb32a4a167976546404e 100644 (file)
@@ -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();
@@ -8,4 +8,4 @@ LL |     ref_foo.foo();
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0055"
+For more information about this error, try `rustc --explain E0055`.