]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-53964/app.rs
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-2020-11-27
[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;