You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #46275 - dtolnay:compiletest-libc, r=Mark-Simulacrum
Compiletest libc dependency can be unix-only
In main.rs libc is imported as:
```rust
#[cfg(unix)]
extern crate libc;
```
This came up in Manishearth/compiletest-rs#90.
0 commit comments