mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-20 11:25:34 +00:00
0c05c541a1
This will help extract common FunctionCallNode<'i, T> type. We don't need freedom of arbitrary error type choices, but implementing From<_> is the easiest option I can think of. Another option is to constrain error type by the expression type T through "T::ParseError: ArgumentsParseError" or something, but it seemed a bit weird that we have to use trait just for that. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |