refactoring mod.rs
This commit is contained in:
parent
a2493ad048
commit
c73a9c9cd0
5 changed files with 438 additions and 164 deletions
|
@ -4463,7 +4463,7 @@ pub impl Parser {
|
|||
}
|
||||
|
||||
// Parses a source module as a crate
|
||||
fn parse_crate_mod(&self, _cfg: crate_cfg) -> @crate {
|
||||
fn parse_crate_mod(&self) -> @crate {
|
||||
let lo = self.span.lo;
|
||||
// parse the crate's inner attrs, maybe (oops) one
|
||||
// of the attrs of an item:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue