rust/src/tools/compiletest
David Tolnay 5d8d04ab4a
Compiletest libc dependency can be unix-only
In main.rs libc is imported as:

    #[cfg(unix)]
    extern crate libc;
2017-11-26 05:08:31 -08:00
..
src Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
Cargo.toml Compiletest libc dependency can be unix-only 2017-11-26 05:08:31 -08:00