Closed
Description
I created hello.rs file with copy of example on https://www.rust-lang.org/en-US/
then
rustc hello.rs
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.20.0 running on x86_64-unknown-openbsd
thread 'rustc' panicked at 'other was less than the current instant', /usr/obj/ports/rust-1.20.0/rustc-1.20.0-src/src/libstd/sys/unix/time.rs:276:16
note: Run with RUST_BACKTRACE=1
for a backtrace.
I'm on OpenBSD 6.2 amd64 with rust-1.20.0