]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/privacy/private-item-simple.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / privacy / private-item-simple.stderr
index f51b74f6cb53b343d1f56357537a92f4eca7ff1d..e3d90150e2e3eb36f489219ba30ad8761d87c017 100644 (file)
@@ -2,7 +2,7 @@ error[E0603]: function `f` is private
   --> $DIR/private-item-simple.rs:6:8
    |
 LL |     a::f();
-   |        ^ this function is private
+   |        ^ private function
    |
 note: the function `f` is defined here
   --> $DIR/private-item-simple.rs:2:5