rustc/tests/ui/manual/manual-link-bad-search-path.rs
2023-08-02 10:33:26 +02:00

6 lines
94 B
Rust

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