]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-50993.rs
Auto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-se
[rust.git] / src / test / ui / issues / issue-50993.rs
1 // compile-flags: --crate-type dylib --target thumbv7em-none-eabihf
2 // needs-llvm-components: arm
3 // build-pass
4 // error-pattern: dropping unsupported crate type `dylib` for target `thumbv7em-none-eabihf`
5
6 #![feature(no_core)]
7
8 #![no_std]
9 #![no_core]