Remove crate
visibility usage in compiler
This commit is contained in:
parent
536020c5f9
commit
49c82f31a8
186 changed files with 865 additions and 800 deletions
|
@ -31,7 +31,7 @@ pub struct UnmatchedBrace {
|
|||
pub candidate_span: Option<Span>,
|
||||
}
|
||||
|
||||
crate fn parse_token_trees<'a>(
|
||||
pub(crate) fn parse_token_trees<'a>(
|
||||
sess: &'a ParseSess,
|
||||
src: &'a str,
|
||||
start_pos: BytePos,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue