about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-errors.js
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-06-12 17:44:38 +0200
committerGitHub <noreply@github.com>2023-06-12 17:44:38 +0200
commit9c4cff424e0fce039aacf3524d6e753c67dec13b (patch)
tree563f23cf9d2d22b9a7ee7a24f90c8ddcdd5f572d /tests/rustdoc-js-std/parser-errors.js
parent8475a88d67db7b341fd26ac5d9210988c659a37d (diff)
parentdf08f56b089927fd5552b208d4c0a6cd3b8f12b0 (diff)
downloadrust-9c4cff424e0fce039aacf3524d6e753c67dec13b.tar.gz
rust-9c4cff424e0fce039aacf3524d6e753c67dec13b.zip
Rollup merge of #112527 - bdbai:fix/winarm32, r=ChrisDenton
Add windows_sys type definitions for ARM32 manually

`windows_sys` bindings do not include platform-specific type definitions for ARM 32 architecture, so it breaks `thumbv7a-pc-windows-msvc` and `thumbv7a-uwp-windows-msvc` targets. This PR tries to add them back by manually inserting them together with the generated ones.

`WSADATA` is copied from the generated definition for `x86`. `CONTEXT` is copied from the definition before `windows_sys` is introduced (which is just an empty enum): https://github.com/rust-lang/rust/blob/4a18324a4df6bc98bec0b54d35908d7a9cdc7c32/library/std/src/sys/windows/c.rs#L802.

Fixes #112265.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions