about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/lib.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2023-04-29 21:51:32 -0400
committerBen Kimock <kimockb@gmail.com>2023-09-04 12:16:50 -0400
commit94fe18f84be026b8e56e81e02545dafc6cfe7378 (patch)
treefb2d6cc76a050268a1d5432afbd576e2deee0669 /compiler/rustc_query_system/src/lib.rs
parentbf1e3f31f95c0f75b9bf51a58e8684f750f919f2 (diff)
downloadrust-94fe18f84be026b8e56e81e02545dafc6cfe7378.tar.gz
rust-94fe18f84be026b8e56e81e02545dafc6cfe7378.zip
Use a specialized varint + bitpacking scheme for DepGraph encoding
Diffstat (limited to 'compiler/rustc_query_system/src/lib.rs')
-rw-r--r--compiler/rustc_query_system/src/lib.rs1
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 8c9e9cfad60..1944ac443ea 100644
--- a/compiler/rustc_query_system/src/lib.rs
+++ b/compiler/rustc_query_system/src/lib.rs
@@ -4,6 +4,7 @@
 #![feature(min_specialization)]
 #![feature(extern_types)]
 #![feature(let_chains)]
+#![feature(inline_const)]
 #![allow(rustc::potential_query_instability)]
 #![deny(rustc::untranslatable_diagnostic)]
 #![deny(rustc::diagnostic_outside_of_impl)]