Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-11 | Fix bug when enum matched multiple types | Travis Finkenauer | |
If an enum matched a pattern for rustified enum and constified module enum, then rust code would fail to compile with "ambiguous associated type" error. We fix the error by giving constified module enum "higher precedence". Fixes issue #1198 |