Skip to content

Commit 51154d8

Browse files
authored
Rollup merge of #75634 - scileo:fix-75581, r=ehuss
Mark x86_64-linux-kernel as * This should fix #75581. This is my first contribution to the Rust organization. Please, feel free to tell me if I did anything wrong :)
2 parents 732bebd + bdbb995 commit 51154d8

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
@@ -204,7 +204,7 @@ target | std | host | notes
204204
`thumbv4t-none-eabi` | * | | ARMv4T T32
205205
`x86_64-apple-ios-macabi` | ✓[^apple] | | Apple Catalyst
206206
`x86_64-apple-tvos` | *[^apple] | | x86 64-bit tvOS
207-
`x86_64-linux-kernel` | ? | | Linux kernel modules
207+
`x86_64-linux-kernel` | * | | Linux kernel modules
208208
`x86_64-pc-solaris` | ? | |
209209
`x86_64-pc-windows-msvc` | ✓ | | 64-bit Windows XP support
210210
`x86_64-unknown-cloudabi` | ✓ | | 64-bit CloudABI

0 commit comments

Comments
 (0)