2022-04-16 17:11:33 -07:00
|
|
|
// Check for unused crate dep, json event, deny but we're not reporting that in exit status
|
|
|
|
|
|
|
|
|
|
//@ edition:2018
|
|
|
|
|
//@ check-pass
|
2023-09-09 12:00:22 -07:00
|
|
|
//@ compile-flags: -Dunused-crate-dependencies --json unused-externs-silent --error-format=json
|
2022-04-16 17:11:33 -07:00
|
|
|
//@ aux-crate:bar=bar.rs
|
|
|
|
|
|
|
|
|
|
fn main() {}
|