Convert alt to match. Stop parsing alt

This commit is contained in:
Brian Anderson
2012-08-06 12:34:08 -07:00
parent d3a9bb1bd4
commit ecaf9e39c9
359 changed files with 2938 additions and 2915 deletions

View File

@@ -53,7 +53,7 @@ fn recurse_or_fail(depth: int, st: option<st>) {
} else {
let depth = depth - 1;
let st = alt st {
let st = match st {
none => {
st_({
box: @nil,