1
Fork 0
rust/tests/ui/target_modifiers/two_flags.unknown_allowed.stderr
Vadim Petrochenkov 7fdd193e23 tests: Unignore target modifier tests on all platforms
These tests can be `check-pass` and do not need dynamic libraries.
Also remove other unnecessary stuff from them.
2025-02-28 18:04:07 +03:00

8 lines
212 B
Text

error: unknown target modifier `unknown_flag`, requested by `-Cunsafe-allow-abi-mismatch=unknown_flag`
--> $DIR/two_flags.rs:10:1
|
LL | #![feature(no_core)]
| ^
error: aborting due to 1 previous error