]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-53964/app.rs
Auto merge of #95689 - lqd:self-profiler, r=wesleywiser
[rust.git] / src / test / run-make-fulldeps / issue-53964 / app.rs
1 #![crate_type = "bin"]
2 #![no_main]
3 #![no_std]
4
5 #![deny(unused_extern_crates)]
6
7 // `panic` provides a `panic_handler` so it shouldn't trip the `unused_extern_crates` lint
8 extern crate panic;