Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
run-make
/
panic-impl-transitive
/
panic-impl-consumer.rs
blob: 82a98b12d041d316d2868475c4add8bc812c2931 [
file
] [
log
] [
blame
]
#![
no_std
]
#![
no_main
]
// this crate provides the `panic_impl` lang item so we don't need to define it here
extern
crate panic_impl_provider
;