• M
    Stop relying on klunky hack in alias.rs · 7bbe8d2e
    Marijn Haverbeke 提交于
    It assumed node_ids increased monotonically for locals, but macros
    make this no longer the case, and it was a dubious assumption anyway.
    It now numbers locals itself and uses that to determine which precede
    which.
    7bbe8d2e
alias.rs 24.7 KB