rust/tests/ui/manual/manual-link-bad-kind.rs

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

6 lines
141 B
Rust
Raw Normal View History

// compile-flags:-l bar=foo
// error-pattern: unknown library kind `bar`, expected one of: static, dylib, framework, link-arg
fn main() {
}