ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 0c05c541a1 fileset, templater: insert intermediate InvalidArguments error type
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.
2024-05-23 10:18:36 +09:00
..
examples
src fileset, templater: insert intermediate InvalidArguments error type 2024-05-23 10:18:36 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE