Add -Z maximal-hir-to-mir-coverage flag
This commit is contained in:
parent
d1449560e3
commit
3bf7d88ef1
5 changed files with 25 additions and 0 deletions
|
@ -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)]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue