mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00
8 lines
126 B
Rust
8 lines
126 B
Rust
// Unspecified kind should fail with an error
|
|
|
|
//@ compile-flags: -l =mylib
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR unknown library kind ``
|