]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/resolve/issue-21221-1.stderr
New upstream version 1.45.0+dfsg1
[rustc.git] / src / test / ui / resolve / issue-21221-1.stderr
index 27fd612faca9caef101bfdbd2fc4119bff5f9cdb..d3e1953435359487261a14f34b7edf8736cf458e 100644 (file)
@@ -4,7 +4,7 @@ error[E0405]: cannot find trait `Mul` in this scope
 LL | impl Mul for Foo {
    |      ^^^ not found in this scope
    |
-help: possible candidates are found in other modules, you can import them into scope
+help: consider importing one of these items
    |
 LL | use mul1::Mul;
    |
@@ -19,7 +19,7 @@ error[E0412]: cannot find type `Mul` in this scope
 LL | fn getMul() -> Mul {
    |                ^^^ not found in this scope
    |
-help: possible candidates are found in other modules, you can import them into scope
+help: consider importing one of these items
    |
 LL | use mul1::Mul;
    |
@@ -43,7 +43,7 @@ error[E0405]: cannot find trait `Div` in this scope
 LL | impl Div for Foo {
    |      ^^^ not found in this scope
    |
-help: possible candidate is found in another module, you can import it into scope
+help: consider importing this trait
    |
 LL | use std::ops::Div;
    |