An incorrect -Cunsafe-allow-abi-mismatch value emits a message like this:
error: unknown target modifier `target-feature`, requested by `-Cunsafe-allow-abi-mismatch=target-feature`
--> /home/r/src/rust/rustc.2/tests/ui/target-feature/abi-relevant-target-modifier.rs:9:1
|
LL | #![feature(no_core)]
| ^
That span makes no sense at all. There should be no span for this message.
Likely introduced in #133138; Cc @azhogin
An incorrect
-Cunsafe-allow-abi-mismatchvalue emits a message like this:That span makes no sense at all. There should be no span for this message.
Likely introduced in #133138; Cc @azhogin