]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-18446.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-18446.stderr
index d1914fc14f83206e10bb7e85a262359651b0ff02..8aff0309aa77f19563ec08d1e45b9410fa60dcfe 100644 (file)
@@ -1,16 +1,16 @@
 error[E0034]: multiple applicable items in scope
-  --> $DIR/issue-18446.rs:28:7
+  --> $DIR/issue-18446.rs:18:7
    |
 LL |     x.foo(); //~ ERROR multiple applicable items in scope [E0034]
    |       ^^^ multiple `foo` found
    |
 note: candidate #1 is defined in an impl for the type `dyn T`
-  --> $DIR/issue-18446.rs:19:5
+  --> $DIR/issue-18446.rs:9:5
    |
 LL |     fn foo(&self) {}
    |     ^^^^^^^^^^^^^
 note: candidate #2 is defined in the trait `T`
-  --> $DIR/issue-18446.rs:15:5
+  --> $DIR/issue-18446.rs:5:5
    |
 LL |     fn foo(&self);
    |     ^^^^^^^^^^^^^^