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

6 lines
92 B
Rust
Raw Normal View History

// compile-flags:-l static=
// error-pattern: library name must not be empty
fn main() {
}