about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2023-10-13 17:28:34 +0000
committerAlex Macleod <alex@macleod.io>2023-10-14 15:54:26 +0000
commit59f6f044f5228e039e1310b97f478c79aa745f35 (patch)
tree83c15c4b72b747a722c596cb2835768d450d9aad /compiler/rustc_driver_impl/src
parent34bc5716b539272b193fdd2a549a28c60783cf5d (diff)
downloadrust-59f6f044f5228e039e1310b97f478c79aa745f35.tar.gz
rust-59f6f044f5228e039e1310b97f478c79aa745f35.zip
Add `Config::hash_untracked_state` callback
Diffstat (limited to 'compiler/rustc_driver_impl/src')
-rw-r--r--compiler/rustc_driver_impl/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_driver_impl/src/lib.rs b/compiler/rustc_driver_impl/src/lib.rs
index 7a45ac10f0b..8ddd25645bc 100644
--- a/compiler/rustc_driver_impl/src/lib.rs
+++ b/compiler/rustc_driver_impl/src/lib.rs
@@ -312,6 +312,7 @@ fn run_compiler(
         locale_resources: DEFAULT_LOCALE_RESOURCES,
         lint_caps: Default::default(),
         parse_sess_created: None,
+        hash_untracked_state: None,
         register_lints: None,
         override_queries: None,
         make_codegen_backend,