-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Description
The following code (as of commit 0012b50) gives an internal compiler error drop_ty_immediate: non-box ty
.
use std::rt::rtio::RtioTimer;
use std::rt::io::Timer;
fn main() {
let maybe_timer = Timer::new();
maybe_timer.expect("Expected a timer").sleep(1);
}
Metadata
Metadata
Assignees
Labels
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️