Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--crates/hir-ty/src/target_feature.rs1
-rw-r--r--rust-version2
2 files changed, 2 insertions, 1 deletions
diff --git a/crates/hir-ty/src/target_feature.rs b/crates/hir-ty/src/target_feature.rs
index 2bd675ba12..29a933f922 100644
--- a/crates/hir-ty/src/target_feature.rs
+++ b/crates/hir-ty/src/target_feature.rs
@@ -217,6 +217,7 @@ const TARGET_FEATURE_IMPLICATIONS_RAW: &[(&str, &[&str])] = &[
("relaxed-simd", &["simd128"]),
// BPF
("alu32", &[]),
+ ("allows-misaligned-mem-access", &[]),
// CSKY
("10e60", &["7e10"]),
("2e3", &["e2"]),
diff --git a/rust-version b/rust-version
index db9492636f..68f38716db 100644
--- a/rust-version
+++ b/rust-version
@@ -1 +1 @@
-eda4fc7733ee89e484d7120cafbd80dcb2fce66e
+1174f784096deb8e4ba93f7e4b5ccb7bb4ba2c55