mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
198 B
Rust
10 lines
198 B
Rust
// Check for unused crate dep, no path
|
|
|
|
// edition:2018
|
|
// check-pass
|
|
// compile-flags: -Wunused-crate-dependencies
|
|
// aux-crate:bar=bar.rs
|
|
|
|
fn main() {}
|
|
//~^ WARNING external crate `bar` unused in
|