rust/tests/run-make-fulldeps/panic-impl-transitive/panic-impl-consumer.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
143 B
Rust
Raw Normal View History

2018-05-29 05:33:11 -05:00
#![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;