]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/export-import.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / export-import.stderr
index 8160775ab589eeebe1e4598a4eb7a5abc1316dfa..753424c7f88b893000a3a3c9827582a04abded1f 100644 (file)
@@ -2,7 +2,7 @@ error[E0603]: function `unexported` is private
   --> $DIR/export-import.rs:1:8
    |
 LL | use m::unexported;
-   |        ^^^^^^^^^^ this function is private
+   |        ^^^^^^^^^^ private function
    |
 note: the function `unexported` is defined here
   --> $DIR/export-import.rs:7:5