fn err_unsupported_option(
p: &Parser<'_>,
asm_macro: AsmMacro,
symbol: Symbol,
span: Span,
)
Expand description
Report an invalid option error.
This function must be called immediately after the option token is parsed. Otherwise, the suggestion will be incorrect.