Merge remote-tracking branch 'remotes/origin/incoming' into incoming
This commit is contained in:
commit
7d0ec86c4a
224 changed files with 2220 additions and 2144 deletions
|
@ -780,7 +780,7 @@ pub fn default_ast_fold() -> ast_fold_fns {
|
|||
}
|
||||
}
|
||||
|
||||
pub impl ast_fold for ast_fold_fns {
|
||||
impl ast_fold for ast_fold_fns {
|
||||
/* naturally, a macro to write these would be nice */
|
||||
fn fold_crate(c: &crate) -> crate {
|
||||
let (n, s) = (self.fold_crate)(&c.node, c.span, self as ast_fold);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue