From c014f0ab3d838807e2abd0af1b28173da39150d6 Mon Sep 17 00:00:00 2001
From: kilavvy <140459108+kilavvy@users.noreply.github.com>
Date: Sun, 29 Jun 2025 10:01:27 +0200
Subject: [PATCH 1/2] Update README.md
- Update ui.md
- Update type-alias-impl-trait.md
- Update README.md
---
crates/intrinsic-test/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/intrinsic-test/README.md b/crates/intrinsic-test/README.md
index 260d59fca8..bea95f91e9 100644
--- a/crates/intrinsic-test/README.md
+++ b/crates/intrinsic-test/README.md
@@ -7,7 +7,7 @@ USAGE:
intrinsic-test [FLAGS] [OPTIONS]
FLAGS:
- --a32 Run tests for A32 instrinsics instead of A64
+ --a32 Run tests for A32 intrinsics instead of A64
--generate-only Regenerate test programs, but don't build or run them
-h, --help Prints help information
-V, --version Prints version information
From e366bcd1ded25727145145d9e380f40901e5234b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?=
Date: Wed, 2 Jul 2025 16:14:19 +0200
Subject: [PATCH 2/2] Update the upstream Rust SHA to
f51c9870bab634afb9e7a262b6ca7816bb9e940d To prepare for merging from
rust-lang/rust
---
josh-sync.toml | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 josh-sync.toml
diff --git a/josh-sync.toml b/josh-sync.toml
new file mode 100644
index 0000000000..0589fc3857
--- /dev/null
+++ b/josh-sync.toml
@@ -0,0 +1,4 @@
+org = "rust-lang"
+repo = "stdarch"
+path = "library/stdarch"
+last_upstream_sha = "f51c9870bab634afb9e7a262b6ca7816bb9e940d"