Skip to content

Commit 4d2e002

Browse files
authored
Rollup merge of #149010 - Zalathar:wasm32-bare, r=jieyouxu
compiletest: Remove the "wasm32-bare" alias for `wasm32-unknown-unknown` - Follow-up to rust-lang/rust#148969 This "wasm32-bare" alias, understood by compiletest's `//@ ignore-wasm32-bare` and `//@ only-wasm32-bare` directives, dates all the way back to the original introduction of the `wasm32-unknown-unknown` target in rust-lang/rust#45905. But there is no compelling reason to use an alias instead of the full target name. r? jieyouxu
2 parents 05badac + ec256c3 commit 4d2e002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/directives.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Some examples of `X` in `ignore-X` or `only-X`:
141141
- OS: `android`, `emscripten`, `freebsd`, `ios`, `linux`, `macos`, `windows`,
142142
...
143143
- Environment (fourth word of the target triple): `gnu`, `msvc`, `musl`
144-
- WASM: `wasm32-bare` matches `wasm32-unknown-unknown`.
145144
- Pointer width: `32bit`, `64bit`
146145
- Endianness: `endian-big`
147146
- Stage: `stage1`, `stage2`

0 commit comments

Comments
 (0)