Hunter

Results 6 comments of Hunter

Related to this, are there any options available for improving error messages on parse failures? For this bug the error was ``` error: proc-macro derive panicked --> tests/iteration.rs:46:14 | 46...

For this test should SectionType be Iteration? That is what `bart_tag("{{#.}}")` is returning. I'm not sure if it should be Iteration or Scope.

I tried looking into the parsing ambiguity, but I couldn't think of an example to test with. If you have some test cases in mind I can look into it....

Ping @maghoff Did you want to address the parsing ambiguity in this pull request, or in a different one?

Not exactly rustdoc documentation, but some more complex examples would be helpful. I've been looking at the tests to understand how everything works. If you have an idea of what...

How do I use `?` with Option -> Result now? Before it was only necessary to implement `From` for my error type.