about summary refs log tree commit diff
path: root/tests/ui/linkage-attr/incompatible-flavor.rs
blob: 4711343f9c9d664e6f0124704d869c59b3fa6e56 (plain)
1
2
3
4
5
6
7
//@ compile-flags: --target=x86_64-unknown-linux-gnu -C linker-flavor=msvc --crate-type=rlib
//@ needs-llvm-components: x86

#![feature(no_core)]
#![no_core]

//~? ERROR linker flavor `msvc` is incompatible with the current target