1
Fork 0

Fingerprint even when incr comp is disabled in debug mode

This commit is contained in:
Michael Goulet 2023-01-31 20:37:52 +00:00
parent f361413cbf
commit bbf33836b9
2 changed files with 19 additions and 1 deletions

View file

@ -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)]