]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-with-2.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / removed-syntax-with-2.rs
index f666da49696ba6499a352052288992918b6d225b..8a489e71990fbf4684295220579145ab24613724 100644 (file)
@@ -7,5 +7,5 @@ struct S {
     let a = S { foo: (), bar: () };
     let b = S { foo: (), with a };
     //~^ ERROR expected one of `,` or `}`, found `a`
-    //~| ERROR missing field `bar` in initializer of `main::S`
+    //~| ERROR missing field `bar` in initializer of `S`
 }