Colin Snover

Results 134 comments of Colin Snover

Hi, thanks for writing! There is currently no support for that syntax in binrw. I’m not aware of a reason why it would not be possible to make it work...

Thanks for your report! I’ve copied your test case and it seems to compile here without panicking on rustc 1.91.0. Which Rust version are you using? Thanks! (I also obviously...

Thanks for the additional information. I am only able to reproduce this issue using nightly, and it is related to the `verbose-backtrace` feature. This suggests that something in `proc_macro2` or...

I’ve pushed an update which: * Rebases on the current master * Disallows `rule` caching * Uses `ToOwned` * Uses a small `macro_rules` helper to remove references. It is still...