• B
    mir: Fix DefiningTy::Const · 5de094e5
    bobtwinkles 提交于
    Fixes #47590 by fixing the way DefiningTy represents constants. Previously,
    constants were represented using just the type of the variable. However, this
    will fail to capture early-bound regions as NLL inference vars, resulting in an
    ICE when we try to compute region VIDs a little bit later in the universal
    region resolution process.
    5de094e5
universal_regions.rs 32.8 KB