]> git.lizzy.rs Git - rust.git/blob - tests/ui/manual/manual-link-bad-form.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / manual / manual-link-bad-form.rs
1 // compile-flags:-l static=
2 // error-pattern: library name must not be empty
3
4 fn main() {
5 }