rust/src/test/run-make/dep-info
Alex Crichton 953f294ea3 rustc: Remove deprecated flags
This commit removes a number of deprecated flags from the compiler:

* opt-level => -C opt-level
* debuginfo => -C debuginfo
* print-crate-name => --print crate-name
* print-file-name => --print file-names
* no-trans => -Z no-trans
* no-analysis => -Z no-analysis
* parse-only => -Z parse-only
* dep-info => --emit dep-info

This commit also moves the --pretty flag behind `-Z unstable-options` as the
pretty printer will likely not be stable for 1.0

cc #19051
2015-01-20 11:16:26 -08:00
..
bar.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
foo.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
lib.rs test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
Makefile rustc: Remove deprecated flags 2015-01-20 11:16:26 -08:00
Makefile.foo rustc: Start "stabilizing" some flags 2014-12-19 11:38:24 -08:00