Skip to content

Commit 7adb635

Browse files
author
The Miri Cronjob Bot
committed
Merge ref '69d4d5fc0e4d' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 69d4d5fc0e4db60272aac85ef27ecccef5764f3a Filtered ref: a26d495b52327d29e0d66ac3050932a98a0ad6bb Upstream diff: rust-lang/rust@7a72c54...69d4d5f This merge was created using https://github.com/rust-lang/josh-sync.
2 parents d2221bf + 55f7a9f commit 7adb635

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/directives.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ 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`. `emscripten` also
145-
matches that target as well as the emscripten targets.
144+
- WASM: `wasm32-bare` matches `wasm32-unknown-unknown`.
146145
- Pointer width: `32bit`, `64bit`
147146
- Endianness: `endian-big`
148147
- Stage: `stage1`, `stage2`

0 commit comments

Comments
 (0)