]> git.lizzy.rs Git - rust.git/blob - src/test/compile-fail/auxiliary/depends.rs
Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldplacement-count...
[rust.git] / src / test / compile-fail / auxiliary / depends.rs
1 // no-prefer-dynamic
2
3 #![feature(panic_runtime)]
4 #![crate_type = "rlib"]
5 #![panic_runtime]
6 #![no_std]
7
8 extern crate needs_panic_runtime;