summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/cfg-eval-fail.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/proc-macro/cfg-eval-fail.stderr')
-rw-r--r--src/test/ui/proc-macro/cfg-eval-fail.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/ui/proc-macro/cfg-eval-fail.stderr b/src/test/ui/proc-macro/cfg-eval-fail.stderr
new file mode 100644
index 000000000..df8b6d5f3
--- /dev/null
+++ b/src/test/ui/proc-macro/cfg-eval-fail.stderr
@@ -0,0 +1,8 @@
+error: removing an expression is not supported in this position
+ --> $DIR/cfg-eval-fail.rs:5:25
+ |
+LL | let _ = #[cfg_eval] #[cfg(FALSE)] 0;
+ | ^^^^^^^^^^^^^
+
+error: aborting due to previous error
+