about summary refs log tree commit diff
path: root/src/test/ui/macros/attr-empty-expr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/attr-empty-expr.stderr')
-rw-r--r--src/test/ui/macros/attr-empty-expr.stderr20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/ui/macros/attr-empty-expr.stderr b/src/test/ui/macros/attr-empty-expr.stderr
deleted file mode 100644
index 53721053bcc..00000000000
--- a/src/test/ui/macros/attr-empty-expr.stderr
+++ /dev/null
@@ -1,20 +0,0 @@
-error: removing an expression is not supported in this position
-  --> $DIR/attr-empty-expr.rs:8:13
-   |
-LL |     let _ = #[test] 0;
-   |             ^^^^^^^
-
-error: removing an expression is not supported in this position
-  --> $DIR/attr-empty-expr.rs:9:13
-   |
-LL |     let _ = #[bench] 1;
-   |             ^^^^^^^^
-
-error: removing an expression is not supported in this position
-  --> $DIR/attr-empty-expr.rs:10:13
-   |
-LL |     let _ = #[test_case] 2;
-   |             ^^^^^^^^^^^^
-
-error: aborting due to 3 previous errors
-