diff options
| author | bors <bors@rust-lang.org> | 2022-04-16 09:19:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-04-16 09:19:26 +0000 |
| commit | c8422403f775126c40d558838d321c063554c822 (patch) | |
| tree | 931c38fb5db853c1a2bbb0d0fa585a533df76b9f /compiler/rustc_data_structures/src | |
| parent | 07bb916d44a66d2caba427c7ee132bbeb245977b (diff) | |
| parent | f559cf98b5db32942ec9be050fecf58538910648 (diff) | |
| download | rust-c8422403f775126c40d558838d321c063554c822.tar.gz rust-c8422403f775126c40d558838d321c063554c822.zip | |
Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPC
Rollup of 9 pull requests Successful merges: - #93969 (Only add codegen backend to dep info if -Zbinary-dep-depinfo is used) - #94605 (Add missing links in platform support docs) - #95372 (make unaligned_references lint deny-by-default) - #95859 (Improve diagnostics for unterminated nested block comment) - #95961 (implement SIMD gather/scatter via vector getelementptr) - #96004 (Consider lifetimes when comparing types for equality in MIR validator) - #96050 (Remove some now-dead code that was only relevant before deaggregation.) - #96070 ([test] Add test cases for untested functions for BTreeMap) - #96099 (MaybeUninit array cleanup) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 1a3fe652521..98d4870e645 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -27,7 +27,6 @@ #![feature(thread_id_value)] #![feature(vec_into_raw_parts)] #![allow(rustc::default_hash_types)] -#![deny(unaligned_references)] #![allow(rustc::potential_query_instability)] #[macro_use] |
