rustc: Number everything with an annotation

This commit is contained in:
Patrick Walton
2011-05-10 17:27:30 -07:00
parent 4b5b96c511
commit 10c9266525
9 changed files with 193 additions and 175 deletions

View File

@@ -161,7 +161,7 @@ fn log_block_err(&ast.block b) -> () {
fn log_ann(&ast.ann a) -> () {
alt (a) {
case (ast.ann_none) {
case (ast.ann_none(_)) {
log("ann_none");
}
case (ast.ann_type(_,_,_)) {