Unnamed repository; edit this file 'description' to name the repository.
Merge ref '1174f784096d' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@1174f784096deb8e4ba93f7e4b5ccb7bb4ba2c55 Filtered ref: rust-lang/rust-analyzer@60f1aeafebbaf4511261a576d3eb1075ad6c1be9 Upstream diff: https://github.com/rust-lang/rust/compare/eda4fc7733ee89e484d7120cafbd80dcb2fce66e...1174f784096deb8e4ba93f7e4b5ccb7bb4ba2c55 This merge was created using https://github.com/rust-lang/josh-sync.
The rustc-josh-sync Cronjob Bot 7 weeks ago
parent 0a0fe0d · parent 60f1aea · commit d3c5f44
-rw-r--r--crates/hir-ty/src/target_feature.rs1
1 files changed, 1 insertions, 0 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"]),