Failed to compile hyper with NLL feature enabled #53182
Labels
A-NLL
Area: Non-lexical lifetimes (NLL)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
NLL-complete
Working towards the "valid code works" goal
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Tried to compile our project with flags from (https://internals.rust-lang.org/t/help-us-get-non-lexical-lifetimes-nll-over-the-finish-line/7807/7) with no luck because of error in rust compiler.
Here is the output of
RUST_BACKTRACE=1 RUSTFLAGS="-Zborrowck=mir -Ztwo-phase-borrows" cargo build --verbose
:The text was updated successfully, but these errors were encountered: