Skip to content

Commit 4664725

Browse files
committed
Auto merge of rust-lang#85790 - ehuss:nvptx-no-std, r=nagisa
Fix typo on nvptx support I made a minor mistake in rust-lang/rust-forge#356 setting nvptx as std instead of no-std.
2 parents f58631b + f882c9b commit 4664725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ target | std | notes
144144
`mips64-unknown-linux-muslabi64` | ✓ | MIPS64 Linux, n64 ABI, MUSL
145145
`mips64el-unknown-linux-muslabi64` | ✓ | MIPS64 (LE) Linux, n64 ABI, MUSL
146146
`mipsel-unknown-linux-musl` | ✓ | MIPS (LE) Linux with MUSL
147-
`nvptx64-nvidia-cuda` | | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
147+
`nvptx64-nvidia-cuda` | * | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
148148
`riscv32i-unknown-none-elf` | * | Bare RISC-V (RV32I ISA)
149149
`riscv32imac-unknown-none-elf` | * | Bare RISC-V (RV32IMAC ISA)
150150
`riscv32imc-unknown-none-elf` | * | Bare RISC-V (RV32IMC ISA)

0 commit comments

Comments
 (0)