Convert impls to new syntax

This commit is contained in:
Brian Anderson
2012-08-07 18:10:06 -07:00
parent e997948c8a
commit 6a0720b439
222 changed files with 503 additions and 617 deletions

View File

@@ -59,7 +59,7 @@ trait parser_common {
f: fn(parser) -> T) -> spanned<~[T]>;
}
impl parser_common of parser_common for parser {
impl parser: parser_common {
fn unexpected_last(t: token::token) -> ! {
self.span_fatal(
copy self.last_span,