2022-04-15 00:37:40 -07:00
|
|
|
// Check for unused crate dep, warn, json event, expect pass
|
2022-04-15 10:33:08 -07:00
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ edition:2018
|
|
|
|
//@ check-pass
|
2023-09-09 12:00:22 -07:00
|
|
|
//@ compile-flags: -Wunused-crate-dependencies --json unused-externs --error-format=json
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ aux-crate:bar=bar.rs
|
2022-04-15 10:33:08 -07:00
|
|
|
|
|
|
|
fn main() {}
|