1
Fork 0

Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011

Add `-Zassert-incr-state` to assert state of incremental cache

Closes #85864.
This commit is contained in:
Yuki Okushi 2021-11-19 02:22:54 +09:00 committed by GitHub
commit 728b3f2356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 63 additions and 4 deletions

View file

@ -636,6 +636,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"));