pub(crate) fn parse_bool_option(value: &str) -> Option<bool>
Expand description
Parses the same set of boolean values accepted by rustc command-line arguments.
Accepting all of these values is more complicated than just picking one pair, but has the advantage that contributors who are used to rustc shouldn’t have to think about which values are legal.