rust/tests/ui/lto/issue-11154.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
123 B
Rust
Raw Normal View History

//@ build-fail
2014-09-21 04:36:17 +00:00
//@ compile-flags: -C lto -C prefer-dynamic
//@ error-pattern: cannot prefer dynamic linking
fn main() {}