mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 11:27:45 +00:00
8 lines
153 B
Rust
8 lines
153 B
Rust
//@ compile-flags:-C panic=immediate-abort -Zunstable-options
|
|
//@ no-prefer-dynamic
|
|
|
|
#![feature(no_core)]
|
|
#![crate_type = "rlib"]
|
|
#![no_std]
|
|
#![no_core]
|