summaryrefslogtreecommitdiff
path: root/tests/headers/issue-1198-alias-rust-const-mod-enum.h
AgeCommit message (Collapse)Author
2018-03-11Fix bug when enum matched multiple typesTravis 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