]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/privacy/legacy-ctor-visibility.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / privacy / legacy-ctor-visibility.stderr
index 74a1f1ceeffb4c7c3474546dd89f2da2ea4c970d..4f0d72de6f1a4c815508c9816e1a398ed9de2ee7 100644 (file)
@@ -1,12 +1,10 @@
 error[E0423]: expected function, tuple struct or tuple variant, found struct `S`
   --> $DIR/legacy-ctor-visibility.rs:9:13
    |
-LL | /         fn f() {
-LL | |             S(10);
-   | |             ^ help: a function with a similar name exists: `f`
-LL | |
-LL | |         }
-   | |_________- similarly named function `f` defined here
+LL |         fn f() {
+   |         ------ similarly named function `f` defined here
+LL |             S(10);
+   |             ^ help: a function with a similar name exists: `f`
 
 error: aborting due to previous error