• M
    Get rid of 'overwrite' destination kind · 6e652588
    Marijn Haverbeke 提交于
    It wasn't safe (computing the rval might invalidate the lval addr), and needlessly
    complicating things (code was already building up intermediary results to work
    around other unsafeties).
    
    Issue #667
    6e652588
trans_uniq.rs 3.1 KB