NLL / MIR-borrowck regression in liballoc #48224
Labels
A-NLL
Area: Non-lexical lifetimes (NLL)
C-bug
Category: This is a bug.
NLL-fixed-by-NLL
Bugs fixed, but only when NLL is enabled.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
Milestone
When compiling rustc with NLL (full command:
RUSTFLAGS_STAGE_NOT_0='-Z borrowck=mir -Z nll -Z two-phase-borrows' ./x.py build
),liballoc
fails to build with the following errors:The text was updated successfully, but these errors were encountered: