fn parse_attribute(
dialect: Option<MirDialect>,
phase: Option<MirPhase>,
) -> MirPhaseExpand description
Turns the arguments passed to #[custom_mir(..)] into a proper
[MirPhase]. Panics if this isn’t possible for any reason.
fn parse_attribute(
dialect: Option<MirDialect>,
phase: Option<MirPhase>,
) -> MirPhaseTurns the arguments passed to #[custom_mir(..)] into a proper
[MirPhase]. Panics if this isn’t possible for any reason.