mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
6 lines
234 B
Rust
6 lines
234 B
Rust
//@ 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]
|