diff options
| author | Michael Goulet <michael@errs.io> | 2023-01-31 20:37:52 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-01-31 20:43:29 +0000 |
| commit | bbf33836b9adfe4328aefa108c421e670a3923b7 (patch) | |
| tree | 5f473f694ac359d2fa00140daa8320a8c07ee41f /compiler/rustc_query_system/src/lib.rs | |
| parent | f361413cbf44ce2f144df59fc440cd484af4a56e (diff) | |
| download | rust-bbf33836b9adfe4328aefa108c421e670a3923b7.tar.gz rust-bbf33836b9adfe4328aefa108c421e670a3923b7.zip | |
Fingerprint even when incr comp is disabled in debug mode
Diffstat (limited to 'compiler/rustc_query_system/src/lib.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_query_system/src/lib.rs b/compiler/rustc_query_system/src/lib.rs index f47760e9ae6..623be668464 100644 --- a/compiler/rustc_query_system/src/lib.rs +++ b/compiler/rustc_query_system/src/lib.rs @@ -3,6 +3,7 @@ #![feature(hash_raw_entry)] #![feature(min_specialization)] #![feature(extern_types)] +#![feature(let_chains)] #![allow(rustc::potential_query_instability)] #![deny(rustc::untranslatable_diagnostic)] #![deny(rustc::diagnostic_outside_of_impl)] |
