Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum · model-checking/verify-rust-std@4cc1c37 (original) (raw)
Rollup merge of rust-lang#126229 - ChrisDenton:bindgen, r=Mark-Simulacrum
Bump windows-bindgen to 0.57 This PR updates our generated Windows API bindings using the latest version of `windows-bindgen`. The only change to the generated code is that `derive` is used for `Copy` and `Clone` instead of `impl`.