rust/tests/ui/cfg/crt-static-with-target-features-works.stderr
Jens Reidel 1b35d5f89c tests: Add a regression test for crt-static with target features
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-07-18 19:00:52 +02:00

9 lines
176 B
Plaintext

error: +avx2
--> $DIR/crt-static-with-target-features-works.rs:23:1
|
LL | compile_error!("+avx2");
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error