about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage/json.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-03-27 01:23:53 +0100
committerGitHub <noreply@github.com>2020-03-27 01:23:53 +0100
commit7041efcfc3f771f5fe72aede1af69180683df286 (patch)
treeba8326824b275236cda90185b84b4463f7b9e1be /src/test/rustdoc-ui/coverage/json.rs
parentc0369c4523caecda8af40f4eb84509b42b673d85 (diff)
parentb2f7a9502bafebfa9ce0b61ff24a19c26e66c93b (diff)
downloadrust-7041efcfc3f771f5fe72aede1af69180683df286.tar.gz
rust-7041efcfc3f771f5fe72aede1af69180683df286.zip
Rollup merge of #70344 - Centril:hir-pretty, r=eddyb
Decouple `rustc_hir::print` into `rustc_hir_pretty`

High level summary:
- The HIR pretty printer, `rustc_hir::print` is moved into a new crate `rustc_hir_pretty`.
- `rustc_ast_pretty` and `rustc_errors` are dropped as `rustc_hir` dependencies.
- The dependence on HIR pretty is generally reduced, leaving `rustc_save_analysis`, `rustdoc`, `rustc_metadata`, and `rustc_driver` as the remaining clients.

The main goal here is to reduce `rustc_hir`'s dependencies and its size such that it can start and finish earlier, thereby working towards https://github.com/rust-lang/rust/issues/65031.

r? @Zoxc
Diffstat (limited to 'src/test/rustdoc-ui/coverage/json.rs')
0 files changed, 0 insertions, 0 deletions