]> git.lizzy.rs Git - rust.git/blob - tests/ui/manual/manual-link-bad-form.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[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 }