Add -Z maximal-hir-to-mir-coverage flag

This commit is contained in:
Will Crichton 2022-12-04 21:07:55 -08:00
parent d1449560e3
commit 3bf7d88ef1
5 changed files with 25 additions and 0 deletions

View file

@ -747,6 +747,7 @@ fn test_unstable_options_tracking_hash() {
tracked!(link_only, true);
tracked!(llvm_plugins, vec![String::from("plugin_name")]);
tracked!(location_detail, LocationDetail { file: true, line: false, column: false });
tracked!(maximal_hir_to_mir_coverage, true);
tracked!(merge_functions, Some(MergeFunctions::Disabled));
tracked!(mir_emit_retag, true);
tracked!(mir_enable_passes, vec![("DestProp".to_string(), false)]);