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