]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/methods/method-ambig-two-traits-with-default-method.stderr
move an `assert!` to the right place
[rust.git] / src / test / ui / methods / method-ambig-two-traits-with-default-method.stderr
index 4ce7236ed96c584a512616975536c119ca9cc62d..e84dff8bab7b22bf070dc6c15f173c22da6d647e 100644 (file)
@@ -17,11 +17,11 @@ LL | trait Bar { fn method(&self) {} }
 help: disambiguate the associated function for candidate #1
    |
 LL |     Foo::method(&1_usize);
-   |     ^^^^^^^^^^^^^^^^^^^^^
+   |     ~~~~~~~~~~~~~~~~~~~~~
 help: disambiguate the associated function for candidate #2
    |
 LL |     Bar::method(&1_usize);
-   |     ^^^^^^^^^^^^^^^^^^^^^
+   |     ~~~~~~~~~~~~~~~~~~~~~
 
 error: aborting due to previous error