]> git.lizzy.rs Git - rust.git/commit
Auto merge of #82304 - LeSeulArtichaut:unpretty-ast, r=spastorino
authorbors <bors@rust-lang.org>
Thu, 4 Mar 2021 05:46:43 +0000 (05:46 +0000)
committerbors <bors@rust-lang.org>
Thu, 4 Mar 2021 05:46:43 +0000 (05:46 +0000)
commit7f32f62aa5ceba1b795f3702e502d8473238be6b
tree48c8d23ee86a1ede67b57de4230a2f20320deb22
parent6f7673d077add6b9a066e988b1b8b132a8193d6c
parent61114453ae55a93da437adb8fbf6b8a901f4fee5
Auto merge of #82304 - LeSeulArtichaut:unpretty-ast, r=spastorino

Add `-Z unpretty` flags for the AST

Implements rust-lang/compiler-team#408.
Builds on #82269, but if that PR is rejected or stalls out, I can implement this without #82269.
cc rust-lang/rustc-dev-guide#1062