blob: 772c45dee11d749cd74bfef2a3634b180afb29be [file] [log] [blame]
// 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]