mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
12 lines
280 B
Rust
12 lines
280 B
Rust
// build-fail
|
|
// needs-unwind
|
|
// error-pattern:is not compiled with this crate's panic strategy `unwind`
|
|
// aux-build:panic-runtime-abort.rs
|
|
// aux-build:panic-runtime-lang-items.rs
|
|
|
|
#![no_std]
|
|
#![no_main]
|
|
|
|
extern crate panic_runtime_abort;
|
|
extern crate panic_runtime_lang_items;
|