commit | c94c38af2eba4af35fd2a0c261393f75674c4b8f | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Sep 05 17:02:03 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Sep 05 17:02:03 2016 -0700 |
tree | 688193808e641d23220390722c5600c0482d51db | |
parent | 2b6f74cf44ef759cf5696b473b15ff80154757e4 [diff] [blame] |
Fixes while writing lalrpop parser
diff --git a/src/generics.rs b/src/generics.rs index 2a00787..05d351f 100644 --- a/src/generics.rs +++ b/src/generics.rs
@@ -110,7 +110,7 @@ life: lifetime >> bounds: opt_vec!(preceded!( punct!(":"), - separated_nonempty_list!(punct!(","), lifetime) + separated_nonempty_list!(punct!("+"), lifetime) )) >> (LifetimeDef { lifetime: life,