]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/export.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / export.stderr
index 107f531c09a3a458d1be7724527578aa61ed5f9e..23c29b31c6a8eeb8fb34b6cc073f3b7994e1852f 100644 (file)
@@ -26,7 +26,7 @@ error[E0603]: function `z` is private
   --> $DIR/export.rs:10:18
    |
 LL | fn main() { foo::z(10); }
-   |                  ^ this function is private
+   |                  ^ private function
    |
 note: the function `z` is defined here
   --> $DIR/export.rs:5:5