rust-lang / libc

Raw bindings to platform APIs for Rust
https://docs.rs/libc
Apache License 2.0
2.07k stars 1.04k forks source link

Migrate libc-test to edition 2018 #3718

Closed tesuji closed 4 months ago

tesuji commented 4 months ago

libc-test depens on ctest2 which has MSRV as 1.56, which already support 2018 edition. Also remove unkown.txt from cargo:run_if. That made build script keeps running again compiled.

rustbot commented 4 months ago

r? @JohnTitor

rustbot has assigned @JohnTitor. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer