about summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-with-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/removed-syntax-with-2.rs')
-rw-r--r--src/test/ui/parser/removed-syntax-with-2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/removed-syntax-with-2.rs b/src/test/ui/parser/removed-syntax-with-2.rs
index 8a489e71990..451057c66a1 100644
--- a/src/test/ui/parser/removed-syntax-with-2.rs
+++ b/src/test/ui/parser/removed-syntax-with-2.rs
@@ -6,6 +6,6 @@ fn main() {
 
     let a = S { foo: (), bar: () };
     let b = S { foo: (), with a };
-    //~^ ERROR expected one of `,` or `}`, found `a`
+    //~^ ERROR expected one of `,`, `:`, or `}`, found `a`
     //~| ERROR missing field `bar` in initializer of `S`
 }