• A
    Remove `in_band_lifetimes` from `rustc_middle` · 070bf94a
    Aaron Hill 提交于
    See #91867
    
    This was mostly straightforward. In several places, I take advantage
    of the fact that lifetimes are non-hygenic: a macro declares the
    'tcx' lifetime, which is then used in types passed in as macro
    arguments.
    070bf94a
def_id_forest.rs 4.9 KB