Skip to content

Commit beaafed

Browse files
authored
Merge pull request #2647 from rust-lang/rustc-pull
Rustc pull update
2 parents 66ad7f8 + 3f4bf02 commit beaafed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8401398e1f14a24670ee1a3203713dc2f0f8b3a8
1+
69d4d5fc0e4db60272aac85ef27ecccef5764f3a

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)