2023-04-25 15:48:53 +03:00
|
|
|
//@ compile-flags: --target=x86_64-unknown-linux-gnu -C linker-flavor=msvc --crate-type=rlib
|
|
|
|
|
//@ needs-llvm-components:
|
|
|
|
|
|
|
|
|
|
#![feature(no_core)]
|
|
|
|
|
#![no_core]
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR linker flavor `msvc` is incompatible with the current target
|