We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebad43 commit f6f96e2Copy full SHA for f6f96e2
compiler/rustc_data_structures/src/lib.rs
@@ -28,6 +28,7 @@
28
#![feature(const_panic)]
29
#![feature(min_const_generics)]
30
#![feature(once_cell)]
31
+#![feature(maybe_uninit_uninit_array)]
32
#![allow(rustc::default_hash_types)]
33
34
#[macro_use]
0 commit comments