• C
    Remember mutability in `DefKind::Static`. · 21a554ca
    Camille GILLOT 提交于
    This allows to compute the `BodyOwnerKind` from `DefKind` only, and
    removes a direct dependency of some MIR queries onto HIR.
    
    As a side effect, it also simplifies metadata, since we don't need 4
    flavours of `EntryKind::*Static` any more.
    21a554ca
collect.rs 133.1 KB