]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/panic-impl-transitive/panic-impl-consumer.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / run-make-fulldeps / panic-impl-transitive / panic-impl-consumer.rs
1 #![no_std]
2 #![no_main]
3
4 // this crate provides the `panic_impl` lang item so we don't need to define it here
5 extern crate panic_impl_provider;