]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 14 Oct 2019 05:36:57 +0000 (07:36 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2019 05:36:57 +0000 (07:36 +0200)
commit2800bc240e1f4789bb54080b4cd30ec382a1337f
tree096134e6e2b215f002d35e23368efb172be0f076
parent66e428824b133078faa187b1f6f0546e2211de16
parentab8105ee9703882534203237b3a6494842d65a75
Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum

Remove implicit dependencies on syntax::pprust

Part of https://github.com/rust-lang/rust/pull/65324.

The main goal here is to facilitate the eventual move of pprust out from libsyntax and because an AST definition typically should not depend on its pretty printer.

r? @estebank
src/librustc_resolve/lib.rs
src/libsyntax/parse/diagnostics.rs
src/libsyntax/parse/parser.rs