Skip to content

Commit 71682c9

Browse files
authored
Merge pull request #21883 from rust-lang/rustc-pull
minor: Rustc pull update
2 parents ed7534a + d3c5f44 commit 71682c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

crates/hir-ty/src/target_feature.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const TARGET_FEATURE_IMPLICATIONS_RAW: &[(&str, &[&str])] = &[
217217
("relaxed-simd", &["simd128"]),
218218
// BPF
219219
("alu32", &[]),
220+
("allows-misaligned-mem-access", &[]),
220221
// CSKY
221222
("10e60", &["7e10"]),
222223
("2e3", &["e2"]),

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eda4fc7733ee89e484d7120cafbd80dcb2fce66e
1+
1174f784096deb8e4ba93f7e4b5ccb7bb4ba2c55

0 commit comments

Comments
 (0)