summary refs log tree commit diff
path: root/tests/ui/cfg/crt-static-with-target-features-works.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cfg/crt-static-with-target-features-works.stderr')
-rw-r--r--tests/ui/cfg/crt-static-with-target-features-works.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/cfg/crt-static-with-target-features-works.stderr b/tests/ui/cfg/crt-static-with-target-features-works.stderr
new file mode 100644
index 00000000000..6f265c685bb
--- /dev/null
+++ b/tests/ui/cfg/crt-static-with-target-features-works.stderr
@@ -0,0 +1,8 @@
+error: +avx2
+  --> $DIR/crt-static-with-target-features-works.rs:23:1
+   |
+LL | compile_error!("+avx2");
+   | ^^^^^^^^^^^^^^^^^^^^^^^
+
+error: aborting due to 1 previous error
+