rust/tests/ui/linkage-attr/incompatible-flavor.rs
2025-07-13 15:01:48 -07:00

7 lines
231 B
Rust

//@ 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