summary refs log tree commit diff
path: root/tests/ui/target_modifiers/two_flags.unknown_allowed.stderr
blob: c8040c6e389b5173a34534721d65d6c5f0b44862 (plain)
1
2
3
4
5
6
7
8
error: unknown target modifier `unknown_flag`, requested by `-Cunsafe-allow-abi-mismatch=unknown_flag`
  --> $DIR/two_flags.rs:16:1
   |
LL | #![crate_type = "rlib"]
   | ^

error: aborting due to 1 previous error