summaryrefslogtreecommitdiffstats
path: root/tests/ui/linkage-attr/incompatible-flavor.rs
blob: 90c2b612f22da1d9def44190086316a4737f5fc0 (plain)
1
2
3
4
5
6
// 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]