]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-13641.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-13641.stderr
index f90cb18b6fc9d0d7e91a374369fc0c21b9282732..cdd0772d39fb04625891a318375c095c803db37f 100644 (file)
@@ -2,7 +2,7 @@ error[E0603]: struct `Foo` is private
   --> $DIR/issue-13641.rs:9:8
    |
 LL |     a::Foo::new();
-   |        ^^^ this struct is private
+   |        ^^^ private struct
    |
 note: the struct `Foo` is defined here
   --> $DIR/issue-13641.rs:2:5
@@ -14,7 +14,7 @@ error[E0603]: enum `Bar` is private
   --> $DIR/issue-13641.rs:11:8
    |
 LL |     a::Bar::new();
-   |        ^^^ this enum is private
+   |        ^^^ private enum
    |
 note: the enum `Bar` is defined here
   --> $DIR/issue-13641.rs:4:5