-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
FYI, I tried using the termination_trait
feature on Playground but it panic
s:
Compiling playground v0.0.1 (file:///playground)
thread 'rustc' panicked at 'assertion failed: !substs.has_erasable_regions()', librustc_trans_utils/symbol_names.rs:192: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.25.0-nightly (27a046e93 2018-02-18) running on x86_64-unknown-linux-gnu
error: Could not compile `playground`.
To learn more, run the command again with --verbose.
This above is code from the run-pass test, which passes, and running the same code running locally on my machine also compiles and runs successfully.
Metadata
Metadata
Assignees
Labels
No labels