rust/src/test/ui/issues/issue-50993.rs

10 lines
251 B
Rust
Raw Normal View History

// 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]
2018-05-24 14:03:48 -05:00
#![no_core]