fn err_duplicate_option<'a>(p: &mut Parser<'a>, symbol: Symbol, span: Span)
Expand description

Report a duplicate option error.

This function must be called immediately after the option token is parsed. Otherwise, the suggestion will be incorrect.