]> git.lizzy.rs Git - rust.git/commit
Compiletest libc dependency can be unix-only
authorDavid Tolnay <dtolnay@gmail.com>
Sun, 26 Nov 2017 13:08:23 +0000 (05:08 -0800)
committerDavid Tolnay <dtolnay@gmail.com>
Sun, 26 Nov 2017 13:08:31 +0000 (05:08 -0800)
commit5d8d04ab4a055aab8e8537a3c6f1fdcf05c87261
tree530f789bb5c78303102ddb5c06f11ceb55ea6099
parent2c115551c425c5180d89bfc4b7ca0405b1d00b25
Compiletest libc dependency can be unix-only

In main.rs libc is imported as:

    #[cfg(unix)]
    extern crate libc;
src/tools/compiletest/Cargo.toml