]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0446.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0446.stderr
index 35e79e448d5acf1d672c82ed5eabb3df1a9955da..b6a195c40a93a12e6b7d5772887922b50a8d562d 100644 (file)
@@ -2,7 +2,7 @@ error[E0446]: private type `Bar` in public interface
   --> $DIR/E0446.rs:4:5
    |
 LL |     struct Bar(u32);
-   |     ---------------- `Bar` declared as private
+   |     ---------- `Bar` declared as private
 LL |
 LL |     pub fn bar() -> Bar {
    |     ^^^^^^^^^^^^^^^^^^^ can't leak private type