rust/src/test/ui/manual/manual-link-bad-search-path.rs
2018-12-25 21:08:33 -07:00

6 lines
94 B
Rust

// compile-flags:-L native=
// error-pattern: empty search path given via `-L`
fn main() {
}