| Filename | Latest commit message | Latest commit date |
|---|---|---|
rustc forbids cases where an enum variant and an associated type of a trait conflict for a while now [1]. We must thus avoid referring to associated items on types we do not control in the macros. There was only one case I found, and it was in the TryFrom implementation, and could be easily resolved by explicitly spelling out Self::Error. [1]: https://github.com/rust-lang/rust/issues/57644 |
||
| .. | ||
| src | ||
| Cargo.toml | ||
| ChangeLog | ||
| README.md | ||