]> 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 3dbdc5db2b1c748419c0c7871a83a9d1678632cb..dddbd92765a5d0dda9f5eb32a4a167976546404e 100644 (file)
@@ -1,11 +1,11 @@
-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
    |
-21 |     ref_foo.foo();
+LL |     ref_foo.foo();
    |             ^^^ deref recursion limit reached
    |
    = help: consider adding a `#![recursion_limit="4"]` attribute to your crate
 
 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`.