Skip to content

Commit 739f941

Browse files
authored
Rollup merge of rust-lang#149154 - apiraino:fix-platform-support-typo, r=lqd
Fix platform supports docs tiny typo This was noticed in rust-lang/blog.rust-lang.org#1641 (comment) Thanks :)
2 parents 83e37a9 + b946047 commit 739f941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ target | std | notes
182182
[`riscv32imac-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | Bare RISC-V (RV32IMAC ISA)
183183
[`riscv32imafc-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | Bare RISC-V (RV32IMAFC ISA)
184184
[`riscv32imc-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | Bare RISC-V (RV32IMC ISA)
185-
[`riscv64gc-unknown-linux-musl`](platform-support/riscv64gc-unknown-linux-musl.md) | RISC-V Linux (kernel 4.20+, musl 1.2.5)
185+
[`riscv64gc-unknown-linux-musl`](platform-support/riscv64gc-unknown-linux-musl.md) | ✓ |RISC-V Linux (kernel 4.20+, musl 1.2.5)
186186
`riscv64gc-unknown-none-elf` | * | Bare RISC-V (RV64IMAFDC ISA)
187187
`riscv64imac-unknown-none-elf` | * | Bare RISC-V (RV64IMAC ISA)
188188
`sparc64-unknown-linux-gnu` | ✓ | SPARC Linux (kernel 4.4+, glibc 2.23)

0 commit comments

Comments
 (0)