]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/methods/method-macro-backtrace.stderr
move an `assert!` to the right place
[rust.git] / src / test / ui / methods / method-macro-backtrace.stderr
index 7860365476a310d1649cb99131966bb2a63dd645..7ae00835c965d3b74680aa969ced7252c2364698 100644 (file)
@@ -2,9 +2,9 @@ error[E0201]: duplicate definitions with name `bar`:
   --> $DIR/method-macro-backtrace.rs:22:5
    |
 LL |     fn bar(&self) { }
-   |     ----------------- previous definition of `bar` here
+   |     ------------- previous definition of `bar` here
 LL |     fn bar(&self) { }
-   |     ^^^^^^^^^^^^^^^^^ duplicate definition
+   |     ^^^^^^^^^^^^^ duplicate definition
 
 error: aborting due to previous error