rust/src/test
Alex Crichton a1ffe6b6bb rustc: Implement a new --print cfg flag
This commit is an implementation of the new compiler flags required by [RFC
1361][rfc]. This specifically adds a new `cfg` option to the `--print` flag to
the compiler. This new directive will print the defined `#[cfg]` directives by
the compiler for the target in question.

[rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1361-cargo-cfg-dependencies.md
2016-02-08 14:28:46 -08:00
..
auxiliary
codegen
codegen-units
compile-fail regression tests for issue #30438. 2016-02-08 13:49:06 +01:00
compile-fail-fulldeps
debuginfo
parse-fail
pretty
run-fail
run-fail-fulldeps
run-make rustc: Implement a new --print cfg flag 2016-02-08 14:28:46 -08:00
run-pass Emit destructor invocation in FnOnce shim for Fn/FnMut 2016-02-07 21:33:30 +08:00
run-pass-fulldeps
run-pass-valgrind
rustdoc