rustc_session::options::parse

Function parse_branch_protection

Source
pub(crate) fn parse_branch_protection(
    slot: &mut Option<BranchProtection>,
    v: Option<&str>,
) -> bool