Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// MIR for `set_discr` after built
fn set_discr(_1: &mut Option<()>) -> () {
let mut _0: ();
bb0: {
Deinit((*_1));
discriminant((*_1)) = 0;
return;
}