Commit 81ba352
authored
Rollup merge of rust-lang#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.1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments