mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 08:53:29 +00:00
7 lines
135 B
Rust
7 lines
135 B
Rust
//@ build-fail
|
|
//@ compile-flags: -C lto -C prefer-dynamic
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR cannot prefer dynamic linking when performing LTO
|