]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/export-import.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / export-import.stderr
index 2f12485f123b61f780b50d22b84fe3c6ad3a8331..e02952e0fe092a9387b6b424368a931957b03953 100644 (file)
@@ -1,8 +1,8 @@
 error[E0603]: function `unexported` is private
-  --> $DIR/export-import.rs:11:5
+  --> $DIR/export-import.rs:1:8
    |
 LL | use m::unexported;
-   |     ^^^^^^^^^^^^^
+   |        ^^^^^^^^^^
 
 error: aborting due to previous error