]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/issue-53964/app.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / 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;