]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/removed-syntax-with-2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / parser / removed-syntax-with-2.stderr
index 024c97cc9c14e83723574522db1af1db84d8b33a..2c96dceb587ecec3d0f2e295ef628c68ad0432ad 100644 (file)
@@ -6,7 +6,7 @@ LL |     let b = S { foo: (), with a };
    |             |
    |             while parsing this struct
 
-error[E0063]: missing field `bar` in initializer of `main::S`
+error[E0063]: missing field `bar` in initializer of `S`
   --> $DIR/removed-syntax-with-2.rs:8:13
    |
 LL |     let b = S { foo: (), with a };