]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/privacy.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / privacy.stderr
index 0649dc0ec58366f015b782d6cdc1f116ee46d406..70a24304dda3338dcb73714bc0247566e0560249 100644 (file)
@@ -2,7 +2,7 @@ error[E0603]: function `f` is private
   --> $DIR/privacy.rs:16:14
    |
 LL |         foo::f()
-   |              ^ this function is private
+   |              ^ private function
    |
 note: the function `f` is defined here
   --> $DIR/privacy.rs:4:5