Add -Zassert-incr-state
to assert state of incremental cache
This commit is contained in:
parent
220ed09b26
commit
1642fdfea0
6 changed files with 63 additions and 4 deletions
|
@ -635,6 +635,7 @@ fn test_debugging_options_tracking_hash() {
|
|||
|
||||
// Make sure that changing an [UNTRACKED] option leaves the hash unchanged.
|
||||
// This list is in alphabetical order.
|
||||
untracked!(assert_incr_state, Some(String::from("loaded")));
|
||||
untracked!(ast_json, true);
|
||||
untracked!(ast_json_noexpand, true);
|
||||
untracked!(borrowck, String::from("other"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue