]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/pub/pub-ident-struct.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / pub / pub-ident-struct.stderr
index 8af24904ef24cc1f4bec0d7e6c9dad202b5b91d6..d3a378786e4d2e3bbad850bec03327d5bcf0593f 100644 (file)
@@ -7,7 +7,7 @@ LL | pub S {
 help: add `struct` here to parse `S` as a public struct
    |
 LL | pub struct S {
-   |     ^^^^^^
+   |     ++++++
 
 error: aborting due to previous error