Function rustc_session::options::parse::parse_opt_string
source ยท pub(crate) fn parse_opt_string(
slot: &mut Option<String>,
v: Option<&str>,
) -> bool
Expand description
Use this for any string option that lacks a static default.