]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-53964/app.rs
Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obk
[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;