about summary refs log tree commit diff
path: root/src/test/ui/empty/empty-struct-unit-expr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/empty/empty-struct-unit-expr.stderr')
-rw-r--r--src/test/ui/empty/empty-struct-unit-expr.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/empty/empty-struct-unit-expr.stderr b/src/test/ui/empty/empty-struct-unit-expr.stderr
index b3519948f64..696eabe99cf 100644
--- a/src/test/ui/empty/empty-struct-unit-expr.stderr
+++ b/src/test/ui/empty/empty-struct-unit-expr.stderr
@@ -4,7 +4,7 @@ error[E0618]: expected function, found `Empty2`
 LL | struct Empty2;
    | -------------- `Empty2` defined here
 ...
-LL |     let e2 = Empty2(); //~ ERROR expected function, found `Empty2`
+LL |     let e2 = Empty2();
    |              ^^^^^^--
    |              |
    |              call expression requires function
@@ -27,7 +27,7 @@ LL |     let e4 = E::Empty4;
 error[E0618]: expected function, found `empty_struct::XEmpty2`
   --> $DIR/empty-struct-unit-expr.rs:18:15
    |
-LL |     let xe2 = XEmpty2(); //~ ERROR expected function, found `empty_struct::XEmpty2`
+LL |     let xe2 = XEmpty2();
    |               ^^^^^^^--
    |               |
    |               call expression requires function