summary refs log tree commit diff
path: root/src/test/ui/issues/issue-49851/compiler-builtins-error.rs
blob: 0163da0771e9b96f7764ada76b7aed38cd580543 (plain)
1
2
3
4
5
6
7
8
9
10
11
//~ ERROR 1:1: 1:1: can't find crate for `core` [E0463]
// http://rust-lang.org/COPYRIGHT.
//

// compile-flags: --target thumbv7em-none-eabihf
#![deny(unsafe_code)]
#![deny(warnings)]
#![no_std]

extern crate cortex_m;