]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc
authorbors <bors@rust-lang.org>
Fri, 13 May 2016 02:52:51 +0000 (19:52 -0700)
committerbors <bors@rust-lang.org>
Fri, 13 May 2016 02:52:51 +0000 (19:52 -0700)
commit01ed700640c36fef719027d8baec9ddb5ef04df5
tree3b85c963e88c632ff9fbc1dad711375d495dfd8d
parent4ec5ce5e44823c29d4f641f764e53d57e8b28a6a
parent215b2603f1a4a1f82e8a454addf36f104742b147
Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc

Make --emit dep-info work correctly with -Z no-analysis again.

Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output.

Fixes #33231.
src/librustc_driver/driver.rs
src/librustc_driver/pretty.rs