rust/src/librustc_parse
Yuki Okushi ca806cfe45
Rollup merge of #68135 - calebcartwright:rustc-parse-visibilities, r=Centril
restore some rustc_parse visibilities for rustfmt

In https://github.com/rust-lang/rust/pull/65495/commits/c189565edc5c9fc516170885b3a3061b936205fb some visibilities were reduced on the parse mod (which now resides in the rustc_parse crate) as part of some refactoring and splitting up of libsyntax. However, rustfmt needs access to a few of those items that are no longer visible.

This restores the visibility on those items rustfmt depends on.

https://github.com/rust-lang/rustfmt/issues/3903#issuecomment-563596269
https://github.com/rust-lang/rustfmt/issues/4009

cc @topecongiro
2020-01-13 16:44:18 +09:00
..
lexer nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
parser Rollup merge of #68135 - calebcartwright:rustc-parse-visibilities, r=Centril 2020-01-13 16:44:18 +09:00
Cargo.toml nix syntax::early_buffered_lints 2020-01-11 03:26:16 +01:00
config.rs simplify feature_err imports 2020-01-11 03:19:50 +01:00
lib.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
validate_attr.rs nix syntax::early_buffered_lints 2020-01-11 03:26:16 +01:00