diff options
| author | jyn <jyn.nelson@redjack.com> | 2023-12-19 12:39:58 -0500 | 
|---|---|---|
| committer | jyn <jyn.nelson@redjack.com> | 2023-12-19 13:35:37 -0500 | 
| commit | b5d8361909e9e30a11227aa773099c293a5dca55 (patch) | |
| tree | 3b5eafcc77eaa1ec90dcbaa9437c8e9e37d2e059 /compiler/rustc_interface/src/tests.rs | |
| parent | 558ac1cfb7c214d06ca471885a57caa6c8301bae (diff) | |
| download | rust-b5d8361909e9e30a11227aa773099c293a5dca55.tar.gz rust-b5d8361909e9e30a11227aa773099c293a5dca55.zip | |
rename to verbose-internals
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 04a7714d413..c4a1f3a0e51 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -714,7 +714,7 @@ fn test_unstable_options_tracking_hash() { untracked!(unpretty, Some("expanded".to_string())); untracked!(unstable_options, true); untracked!(validate_mir, true); - untracked!(verbose, true); + untracked!(verbose_internals, true); untracked!(write_long_types_to_disk, false); // tidy-alphabetical-end | 
