]> git.lizzy.rs Git - rust.git/blob - src/test/compile-fail/auxiliary/needs-panic-runtime.rs
Rollup merge of #69346 - GuillaumeGomez:clean-up-e032x-explanations, r=Dylan-DPC
[rust.git] / src / test / compile-fail / auxiliary / needs-panic-runtime.rs
1 // no-prefer-dynamic
2
3 #![feature(needs_panic_runtime)]
4 #![crate_type = "rlib"]
5 #![needs_panic_runtime]
6 #![no_std]