rust/src/test/ui/issues/issue-50993.rs
2018-12-25 21:08:33 -07:00

9 lines
223 B
Rust

// compile-flags: --crate-type dylib --target thumbv7em-none-eabihf
// compile-pass
// error-pattern: dropping unsupported crate type `dylib` for target `thumbv7em-none-eabihf`
#![feature(no_core)]
#![no_std]
#![no_core]