summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unused-crate-deps/deny-cmdline-json-silent.rs
blob: fd9a61d6caa25dae560f3921de8a0993b6ca535f (plain)
1
2
3
4
5
6
7
8
// Check for unused crate dep, json event, deny but we're not reporting that in exit status

// edition:2018
// check-pass
// compile-flags: -Dunused-crate-dependencies -Zunstable-options --json unused-externs-silent --error-format=json
// aux-crate:bar=bar.rs

fn main() {}