commit | 6a5a164c8f5b1de59aa2293029bc8cc9a2d2ff34 | [log] [tgz] |
---|---|---|
author | Michael Layzell <michael@thelayzells.com> | Sun Jun 04 19:35:15 2017 -0400 |
committer | Michael Layzell <michael@thelayzells.com> | Mon Jun 05 00:10:34 2017 -0400 |
tree | f785e8fb129cecc61f8623246a6bdf4903858d18 | |
parent | b78f3b5ac3caf42bd537dd806d551898ed181ab8 [diff] [blame] |
Correctly parse InPlace <- expressions
diff --git a/src/ty.rs b/src/ty.rs index 1f9717e..e4e062e 100644 --- a/src/ty.rs +++ b/src/ty.rs
@@ -337,7 +337,7 @@ /// contain a `+` character. /// /// This parser does not allow a `+`, while the default parser does. - named!(without_plus -> Self, call!(ambig_ty, false)); + named!(pub without_plus -> Self, call!(ambig_ty, false)); } named!(ambig_ty(allow_plus: bool) -> Ty, alt!(