• T
    Move over to calling ptr::addr_of · b1832044
    Tim Chevalier 提交于
    Everything should now call ptr::addr_of instead of
    ptr::p2::addr_of. Only the pipes macro code when compiled
    by stage0 will call ptr::p2::addr_of. Needs a snapshot to get
    rid of that.
    b1832044
fmt.rs 10.9 KB