Files
rust/tests/ui/panic-runtime/auxiliary/needs-abort.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
124 B
Rust
Raw Normal View History

//@ compile-flags:-C panic=abort
//@ no-prefer-dynamic
2025-09-07 12:31:35 -04:00
#![feature(no_core)]
#![crate_type = "rlib"]
#![no_std]
2025-09-07 12:31:35 -04:00
#![no_core]