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;
})*
pierzchalski commented
Fixed in 620a764.
CAD97 opened this issue · 1 comments
Will need to change
#(#arm_pat => {
let _: ! = #arm_expr;
})*
Fixed in 620a764.