We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dde13 commit 142932aCopy full SHA for 142932a
compiler/rustc_data_structures/src/lib.rs
@@ -31,6 +31,7 @@
31
#![feature(once_cell)]
32
#![feature(maybe_uninit_uninit_array)]
33
#![allow(rustc::default_hash_types)]
34
+#![deny(unaligned_references)]
35
36
#[macro_use]
37
extern crate tracing;
0 commit comments