blob: e6a9451a060cdfdcb741dd017e788d1331263bd0 (
plain)
1
2
3
4
5
6
7
8
9
|
// compile-flags: --crate-type dylib --target thumbv7em-none-eabihf
// needs-llvm-components: arm
// build-pass
// error-pattern: dropping unsupported crate type `dylib` for target `thumbv7em-none-eabihf`
#![feature(no_core)]
#![no_std]
#![no_core]
|