Function rustc_session::options::parse::parse_no_flag
source · pub(crate) fn parse_no_flag(slot: &mut bool, v: Option<&str>) -> bool
Expand description
This is for boolean options that don’t take a value and start with
no-
. This style of option is deprecated.