about summary refs log tree commit diff
path: root/src/test/ui/tuple/tuple-struct-fields/test3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/tuple/tuple-struct-fields/test3.stderr')
-rw-r--r--src/test/ui/tuple/tuple-struct-fields/test3.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/tuple/tuple-struct-fields/test3.stderr b/src/test/ui/tuple/tuple-struct-fields/test3.stderr
index fbc01744fe4..e105aad09e6 100644
--- a/src/test/ui/tuple/tuple-struct-fields/test3.stderr
+++ b/src/test/ui/tuple/tuple-struct-fields/test3.stderr
@@ -4,13 +4,13 @@ error: expected one of `)` or `,`, found `(`
 LL |         struct S3(pub($t) ());
    |                           ^ expected one of `)` or `,` here
 ...
-LL |     define_struct! { foo } //~ ERROR cannot find type `foo` in this scope
+LL |     define_struct! { foo }
    |     ---------------------- in this macro invocation
 
 error[E0412]: cannot find type `foo` in this scope
   --> $DIR/test3.rs:11:22
    |
-LL |     define_struct! { foo } //~ ERROR cannot find type `foo` in this scope
+LL |     define_struct! { foo }
    |                      ^^^ not found in this scope
 
 error: aborting due to 2 previous errors