]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/impl-duplicate-methods.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / impl-duplicate-methods.stderr
index 53bc268e327ddbdb483846f4866c323c46e2ddc0..99e1e56e3233a5bbc1cbbf88f6cc853ec4dd9412 100644 (file)
@@ -1,11 +1,11 @@
 error[E0201]: duplicate definitions with name `orange`:
   --> $DIR/impl-duplicate-methods.rs:15:5
    |
-14 |     fn orange(&self) {}
+LL |     fn orange(&self) {}
    |     ------------------- previous definition of `orange` here
-15 |     fn orange(&self) {}
+LL |     fn orange(&self) {}
    |     ^^^^^^^^^^^^^^^^^^^ duplicate definition
 
 error: aborting due to previous error
 
-If you want more information on this error, try using "rustc --explain E0201"
+For more information about this error, try `rustc --explain E0201`.