From ec256c318308287f75bd40b4e2dbd835fb2d819c Mon Sep 17 00:00:00 2001 From: Zalathar Date: Mon, 17 Nov 2025 14:10:28 +1100 Subject: [PATCH 1/2] Remove the "wasm32-bare" alias for `wasm32-unknown-unknown` There is no compelling reason to use this alias instead of the full target name. --- src/tests/directives.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/directives.md b/src/tests/directives.md index 5d626e3c9..4226c1750 100644 --- a/src/tests/directives.md +++ b/src/tests/directives.md @@ -141,7 +141,6 @@ Some examples of `X` in `ignore-X` or `only-X`: - OS: `android`, `emscripten`, `freebsd`, `ios`, `linux`, `macos`, `windows`, ... - Environment (fourth word of the target triple): `gnu`, `msvc`, `musl` -- WASM: `wasm32-bare` matches `wasm32-unknown-unknown`. - Pointer width: `32bit`, `64bit` - Endianness: `endian-big` - Stage: `stage1`, `stage2` From c0700becdaf7606b15d0d19f1a9546b5c44d362f Mon Sep 17 00:00:00 2001 From: The rustc-josh-sync Cronjob Bot Date: Mon, 17 Nov 2025 13:11:54 +0000 Subject: [PATCH 2/2] Prepare for merging from rust-lang/rust This updates the rust-version file to cc328c12382f05d8ddf6ffc8139deb7985270ad8. --- rust-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-version b/rust-version index 25bb5e923..8c841aac8 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -69d4d5fc0e4db60272aac85ef27ecccef5764f3a +cc328c12382f05d8ddf6ffc8139deb7985270ad8