File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/rustc_target/src/spec/targets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub(crate) fn target() -> Target {
1818 description : Some ( "64-bit x86 Cygwin" . into ( ) ) ,
1919 tier : Some ( 3 ) ,
2020 host_tools : Some ( false ) ,
21- std : None ,
21+ std : Some ( true ) ,
2222 } ,
2323 }
2424}
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ target | std | host | notes
407407[ ` wasm64-unknown-unknown ` ] ( platform-support/wasm64-unknown-unknown.md ) | ? | | WebAssembly
408408[ ` x86_64-apple-tvos ` ] ( platform-support/apple-tvos.md ) | ✓ | | x86 64-bit tvOS
409409[ ` x86_64-apple-watchos-sim ` ] ( platform-support/apple-watchos.md ) | ✓ | | x86 64-bit Apple WatchOS simulator
410- [ ` x86_64-pc-cygwin ` ] ( platform-support/x86_64-pc-cygwin.md ) | ? | | 64-bit x86 Cygwin |
410+ [ ` x86_64-pc-cygwin ` ] ( platform-support/x86_64-pc-cygwin.md ) | ✓ | | 64-bit x86 Cygwin |
411411[ ` x86_64-pc-nto-qnx710 ` ] ( platform-support/nto-qnx.md ) | ✓ | | x86 64-bit QNX Neutrino 7.1 RTOS with default network stack (io-pkt) |
412412[ ` x86_64-pc-nto-qnx710_iosock ` ] ( platform-support/nto-qnx.md ) | ✓ | | x86 64-bit QNX Neutrino 7.1 RTOS with new network stack (io-sock) |
413413[ ` x86_64-pc-nto-qnx800 ` ] ( platform-support/nto-qnx.md ) | ✓ | | x86 64-bit QNX Neutrino 8.0 RTOS |
You can’t perform that action at this time.
0 commit comments