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
$ rustc lib.rs --crate-type lib
thread 'main' panicked at 'region_obligations not empty: [
(
NodeId(
167
),
RegionObligation(sub_region='_#2r, sup_type=T)
)
]', librustc/infer/mod.rs:1057:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: internal compiler error: unexpected panic
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.28.0-nightly (01cc982e9 2018-06-24) running on x86_64-apple-darwin
note: compiler flags: --crate-type lib
The following code fails on nightly, but worked several nightlies ago (perhaps in the ~1.25 era)
The command invoked was:
A standalone crate in the wild that shows the problem is:
https://github.com/dropbox/rust-alloc-no-stdlib/tree/nll
The text was updated successfully, but these errors were encountered: