-
-
Notifications
You must be signed in to change notification settings - Fork 15k
rustc 1.23.0 panic on windows #47684
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️O-windowsOperating system: WindowsOperating system: Windows
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️O-windowsOperating system: WindowsOperating system: Windows
Type
Fields
Give feedbackNo fields configured for issues without a type.
Getting the following compiler panic in 1.23.0 stable on windows (and only on Windows, runs fine on Mac and Linux). Don't have direct access to the machine so can't get backtrace or try nightly on it right now, but may try later.
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.23.0 (766bd11 2018-01-01) running on x86_64-pc-windows-msvc
thread 'rustc' panicked at 'specified instant was later than self', src\libcore\option.rs:874:4
note: Run with
RUST_BACKTRACE=1for a backtrace.error: Could not compile
ordered-float.