Remove support for alias -Z instrument-coverage
This flag was stabilized in rustc 1.60.0 as `-C instrument-coverage`, but the old unstable flag was kept around as an alias to ease migration.
This commit is contained in:
parent
bc18509719
commit
65b0f6adb0
3 changed files with 17 additions and 33 deletions
|
@ -789,7 +789,6 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(inline_mir, Some(true));
|
||||
tracked!(inline_mir_hint_threshold, Some(123));
|
||||
tracked!(inline_mir_threshold, Some(123));
|
||||
tracked!(instrument_coverage, Some(InstrumentCoverage::All));
|
||||
tracked!(instrument_mcount, true);
|
||||
tracked!(instrument_xray, Some(InstrumentXRay::default()));
|
||||
tracked!(link_directives, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue