1
Fork 0

Merge remote-tracking branch 'remotes/origin/incoming' into incoming

This commit is contained in:
Erick Tryzelaar 2013-02-27 11:03:21 -08:00
commit 7d0ec86c4a
224 changed files with 2220 additions and 2144 deletions

View file

@ -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);