• S
    [MIR] Reintroduce the unit temporary · f9f6e3ad
    Simonas Kazlauskas 提交于
    An attempt to make loop body destination be optional, author implemented a pretty self contained
    change and deemed it to be (much) uglier than the alternative of just keeping the unit temporary.
    Having the temporary created lazily also has a nice property of not figuring in the MIR of
    functions which do not use loops of any sort.
    f9f6e3ad
mod.rs 6.1 KB