]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/span/issue-37767.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / issue-37767.stderr
index fc6c556c16d888a7e68b55086835b554ab69cdc3..f7732847a28604367c8cc6df0b5e611d0396fa31 100644 (file)
@@ -17,11 +17,11 @@ LL |     fn foo(&mut self) {}
 help: disambiguate the associated function for candidate #1
    |
 LL |     A::foo(&a)
-   |     ^^^^^^^^^^
+   |     ~~~~~~~~~~
 help: disambiguate the associated function for candidate #2
    |
 LL |     B::foo(&a)
-   |     ^^^^^^^^^^
+   |     ~~~~~~~~~~
 
 error[E0034]: multiple applicable items in scope
   --> $DIR/issue-37767.rs:22:7
@@ -42,11 +42,11 @@ LL |     fn foo(&self) {}
 help: disambiguate the associated function for candidate #1
    |
 LL |     C::foo(&a)
-   |     ^^^^^^^^^^
+   |     ~~~~~~~~~~
 help: disambiguate the associated function for candidate #2
    |
 LL |     D::foo(&a)
-   |     ^^^^^^^^^^
+   |     ~~~~~~~~~~
 
 error[E0034]: multiple applicable items in scope
   --> $DIR/issue-37767.rs:34:7
@@ -67,11 +67,11 @@ LL |     fn foo(self) {}
 help: disambiguate the associated function for candidate #1
    |
 LL |     E::foo(a)
-   |     ^^^^^^^^^
+   |     ~~~~~~~~~
 help: disambiguate the associated function for candidate #2
    |
 LL |     F::foo(a)
-   |     ^^^^^^^^^
+   |     ~~~~~~~~~
 
 error: aborting due to 3 previous errors