]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-with-2.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.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 };