summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/issue-53964/app.rs
blob: 8127b9578bfee96f8d2c383ed794597d1e4804bc (plain)
1
2
3
4
5
6
7
8
#![crate_type = "bin"]
#![no_main]
#![no_std]

#![deny(unused_extern_crates)]

// `panic` provides a `panic_handler` so it shouldn't trip the `unused_extern_crates` lint
extern crate panic;