9 lines
215 B
Rust
9 lines
215 B
Rust
![]() |
// Check for unused crate dep, no path
|
||
|
|
||
|
// edition:2018
|
||
|
// check-pass
|
||
|
// compile-flags: -Wunused-crate-dependencies -Zunstable-options --json unused-externs --error-format=json
|
||
|
// aux-crate:bar=bar.rs
|
||
|
|
||
|
fn main() {}
|