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
gh repo clone rust-lang/libc
cd libc/libc-test
cargo test
Meta
rustc --version --verbose:
rust version 1.78.0-nightly (d44e3b95c 2024-02-09)
Error output
thread 'main' panicked at library/core/src/panicking.rs:155:5:
unsafe precondition(s) violated: hint::assert_unchecked must never be called when the condition is false
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.