rust/compiler/rustc_parse
Aleksey Kladov d8eb30127b
Rollup merge of #76115 - calebcartwright:parser-fn-visibility, r=matklad
Restore public visibility on some parsing functions for rustfmt

In #74826 the visibility of several parsing functions was reduced. However, rustfmt is an external consumer of some of these functions as well and needs the visibility to be public, similar to other elements in rustc_parse such as `parse_ident`

db534b3ac2/src/librustc_parse/parser/mod.rs (L433-L436)
2020-08-31 15:22:43 +02:00
..
src Rollup merge of #76115 - calebcartwright:parser-fn-visibility, r=matklad 2020-08-31 15:22:43 +02:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00