diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-11-19 02:22:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-19 02:22:54 +0900 |
| commit | 728b3f235656623082f558f38ede29e0f8be43d9 (patch) | |
| tree | b25c0db717159453fbb4d70490aa538580bca180 /compiler/rustc_interface/src | |
| parent | 6414e0b5b308d3ae27da83c6a25098cc8aadc1a9 (diff) | |
| parent | 1642fdfea0ba60f4e142e5d767491ab7686cd13b (diff) | |
| download | rust-728b3f235656623082f558f38ede29e0f8be43d9.tar.gz rust-728b3f235656623082f558f38ede29e0f8be43d9.zip | |
Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011
Add `-Zassert-incr-state` to assert state of incremental cache Closes #85864.
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 6b666d7c292..6b5c79a2d5d 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -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")); |
