Results 606 comments of Niko Matsakis

Doh! You can workaround for now with a type alias I guess

@rajcspsg I'm not sure what it said at that link anymore either =) Probably it was just a summary of how "astconv" contains some logic for converting the types from...

maybe reach out on the [rust-lang zulip](https://rust-lang.zulipchat.com/) and we can discuss more?

@vorner sounds good to me! One of the things I've been wrestling with, as an aside, is just how much detail this guide should go into. I don't think it...

@vorner sounds perfect

@pierreganty ah, definitely! At least based on the abstract, this looks like precisely what I had in mind.

At least, the way I wanted to present the error was something like [the two parse trees I wrote here](https://github.com/nikomatsakis/lalrpop/issues/22#issuecomment-142235297), but automatically generated.

Here is another example. The following grammar fails to compile with a shift-reduce error. It works if `#[inline]` is added to `Path`, though: ``` grammar; pub ImportDecl: u32 = {...

@ahmedcharles I believe the examples that I gave still produce the same bad errors. Worth testing though.