Skip to content

Commit 360eb34

Browse files
committed
Auto merge of #75919 - rust-lang:jonas-schievink-patch-1, r=ehuss
Fix typo (`thumbv8m.main-none-eabihf` is Mainline)
2 parents 99b4a01 + d9b075a commit 360eb34

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
@@ -118,7 +118,7 @@ target | std | host | notes
118118
`thumbv7neon-unknown-linux-gnueabihf` | ✓ | | Thumb2-mode ARMv7a Linux with NEON (kernel 4.4, glibc 2.23)
119119
`thumbv8m.base-none-eabi` | * | | ARMv8-M Baseline
120120
`thumbv8m.main-none-eabi` | * | | ARMv8-M Mainline
121-
`thumbv8m.main-none-eabihf` | * | | ARMv8-M Baseline, hardfloat
121+
`thumbv8m.main-none-eabihf` | * | | ARMv8-M Mainline, hardfloat
122122
`wasm32-unknown-emscripten` | ✓ | | WebAssembly via Emscripten
123123
`wasm32-unknown-unknown` | ✓ | | WebAssembly
124124
`wasm32-wasi` | ✓ | | WebAssembly with WASI

0 commit comments

Comments
 (0)