Register new snapshots

This commit is contained in:
Alex Crichton
2014-04-07 13:30:48 -07:00
parent c83afb9719
commit c3ea3e439f
74 changed files with 194 additions and 208 deletions

View File

@@ -613,7 +613,7 @@ pub trait EachViewItem {
}
struct EachViewItemData<'a> {
callback: 'a |&ast::ViewItem| -> bool,
callback: |&ast::ViewItem|: 'a -> bool,
}
impl<'a> Visitor<()> for EachViewItemData<'a> {