Stabilize --json unused-externs(-silent)

Implement https://github.com/rust-lang/compiler-team/issues/674
This commit is contained in:
Jeremy Fitzhardinge 2023-09-09 12:00:22 -07:00
parent 29b120740b
commit fdcb8a9fea
4 changed files with 3 additions and 10 deletions

View file

@ -2,7 +2,7 @@
//@ edition:2018
//@ check-pass
//@ compile-flags: -Dunused-crate-dependencies -Zunstable-options --json unused-externs-silent --error-format=json
//@ compile-flags: -Dunused-crate-dependencies --json unused-externs-silent --error-format=json
//@ aux-crate:bar=bar.rs
fn main() {}

View file

@ -1,7 +1,7 @@
// Check for unused crate dep, json event, deny, expect compile failure
//@ edition:2018
//@ compile-flags: -Dunused-crate-dependencies -Zunstable-options --json unused-externs --error-format=json
//@ compile-flags: -Dunused-crate-dependencies --json unused-externs --error-format=json
//@ aux-crate:bar=bar.rs
fn main() {}

View file

@ -2,7 +2,7 @@
//@ edition:2018
//@ check-pass
//@ compile-flags: -Wunused-crate-dependencies -Zunstable-options --json unused-externs --error-format=json
//@ compile-flags: -Wunused-crate-dependencies --json unused-externs --error-format=json
//@ aux-crate:bar=bar.rs
fn main() {}