]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-42944.stderr
New upstream version 1.45.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-42944.stderr
index c71194f41c1148cf6c518cfd20b23f7b96d59475..e7e251e39c04fbcd02dea89abb726d4e2fc64ef0 100644 (file)
@@ -10,7 +10,7 @@ error[E0425]: cannot find function, tuple struct or tuple variant `B` in this sc
 LL |         B(());
    |         ^ not found in this scope
    |
-help: possible candidate is found in another module, you can import it into scope
+help: consider importing this tuple struct
    |
 LL |     use foo::B;
    |