]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-50993.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-50993.rs
1 // compile-flags: --crate-type dylib --target thumbv7em-none-eabihf
2 // build-pass
3 // error-pattern: dropping unsupported crate type `dylib` for target `thumbv7em-none-eabihf`
4
5 #![feature(no_core)]
6
7 #![no_std]
8 #![no_core]