]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/export-fully-qualified.stderr
Rollup merge of #76262 - howard0su:patch-1, r=cramertj
[rust.git] / src / test / ui / export-fully-qualified.stderr
index c2ec1600868ab22daf34c049dace6ee18d1b4982..a8af0c7c9b823a50582d50c5df0ff35b254fdf87 100644 (file)
@@ -1,8 +1,8 @@
-error[E0433]: failed to resolve: use of undeclared type or module `foo`
-  --> $DIR/export-fully-qualified.rs:6:20
+error[E0433]: failed to resolve: use of undeclared crate or module `foo`
+  --> $DIR/export-fully-qualified.rs:8:20
    |
 LL |     pub fn bar() { foo::baz(); }
-   |                    ^^^ use of undeclared type or module `foo`
+   |                    ^^^ use of undeclared crate or module `foo`
 
 error: aborting due to previous error