Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
linkage-attr
/
incompatible-flavor.rs
blob: acf720bc97a132c55b901392258724d95b8ea68c [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: --target=x86_64-unknown-linux-gnu -C linker-flavor=msvc --crate-type=rlib
//@ error-pattern: linker flavor `msvc` is incompatible with the current target
//@ needs-llvm-components:
#![
feature
(
no_core
)]
#![
no_core
]