]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/resolve/issue-21221-1.stderr
New upstream version 1.24.1+dfsg1
[rustc.git] / src / test / ui / resolve / issue-21221-1.stderr
index 6038c683e436b66a65b657d6c09c2b8281171a5c..88405fd841b069c6f3d65ac2b4051c2ce8033add 100644 (file)
@@ -13,9 +13,9 @@ help: possible candidates are found in other modules, you can import them into s
    |
 
 error[E0412]: cannot find type `Mul` in this scope
-  --> $DIR/issue-21221-1.rs:72:16
+  --> $DIR/issue-21221-1.rs:68:16
    |
-72 | fn getMul() -> Mul {
+68 | fn getMul() -> Mul {
    |                ^^^ not found in this scope
 help: possible candidates are found in other modules, you can import them into scope
    |
@@ -30,15 +30,15 @@ help: possible candidates are found in other modules, you can import them into s
 and 2 other candidates
 
 error[E0405]: cannot find trait `ThisTraitReallyDoesntExistInAnyModuleReally` in this scope
-  --> $DIR/issue-21221-1.rs:83:6
+  --> $DIR/issue-21221-1.rs:73:6
    |
-83 | impl ThisTraitReallyDoesntExistInAnyModuleReally for Foo {
+73 | impl ThisTraitReallyDoesntExistInAnyModuleReally for Foo {
    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
 
 error[E0405]: cannot find trait `Div` in this scope
-  --> $DIR/issue-21221-1.rs:88:6
+  --> $DIR/issue-21221-1.rs:78:6
    |
-88 | impl Div for Foo {
+78 | impl Div for Foo {
    |      ^^^ not found in this scope
 help: possible candidate is found in another module, you can import it into scope
    |