pierzchalski/let_match_macro

Doesn't enforce divergence

CAD97 opened this issue · 1 comments

CAD97 commented

Will need to change


into something along the lines of

    #(#arm_pat => {
        let _: ! = #arm_expr;
    })*

Fixed in 620a764.