@SkylerLipthay This is a 'fix' for the current build errors on nightly reported in #33, although I do not pretend these are good or even correct fixes. I deliberately didn't try and make the second commit for replacing parse_impl_item with parse_item be 'nice' as I definitely have no idea what I'm doing and have just poked till it built and my use cases worked. Just putting this up as a "this seems to work for me" example.
Well, it compiles and the tests pass :) The compiler internals are beyond me these days so I'm going to sign off on this. Thanks for the code. Published 0.2.5.
@SkylerLipthay This is a 'fix' for the current build errors on nightly reported in #33, although I do not pretend these are good or even correct fixes. I deliberately didn't try and make the second commit for replacing
parse_impl_item
withparse_item
be 'nice' as I definitely have no idea what I'm doing and have just poked till it built and my use cases worked. Just putting this up as a "this seems to work for me" example.