commit | 4c9be37ca6c76777e88a3268ae1728f230ca51fa | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Oct 06 00:47:37 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Oct 06 00:47:37 2016 -0700 |
tree | 3c5e797e2be7dd96f6ac5846cfa3bfc7b5922b7d | |
parent | 2e73736961ac866548cf5639838e7cd5b0173bb3 [diff] [blame] |
Impl parsing
diff --git a/src/expr.rs b/src/expr.rs index 20e0555..f2f96d0 100644 --- a/src/expr.rs +++ b/src/expr.rs
@@ -360,6 +360,12 @@ | expr_mac // must be before expr_path | + expr_break // must be before expr_path + | + expr_continue // must be before expr_path + | + expr_ret // must be before expr_path + | expr_box | expr_vec @@ -386,12 +392,6 @@ | expr_addr_of | - expr_break - | - expr_continue - | - expr_ret - | expr_repeat ) >> many0!(alt!(