You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ RUSTFLAGS="-Zborrowck=mir -Z nll" cargo build
error: internal compiler error: /checkout/src/librustc_mir/borrow_check/nll/universal_regions.rs:496: impossible case reached
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.24.0-nightly (6a3601944 2017-12-12) running on x86_64-unknown-linux-gnu
thread 'rustc' panicked at 'Box<Any>', /checkout/src/librustc_errors/lib.rs:501:8
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: Could not compile `bitflags`.
To learn more, run the command again with --verbose.
Minimized testcase:
pubstructFoo;pubconstFOO:Foo = Foo;
The text was updated successfully, but these errors were encountered:
Clone https://github.com/rust-lang-nursery/bitflags and trying to compile it with NLL enabled gives you an ICE:
Minimized testcase:
The text was updated successfully, but these errors were encountered: