mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
6 lines
132 B
Rust
6 lines
132 B
Rust
//@ compile-flags: -C lto -C embed-bitcode=no
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR options `-C embed-bitcode=no` and `-C lto` are incompatible
|