Wrong type unification of enums and structs in case of name and structural equality #5598
Labels
bug
Something isn't working
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler
General compiler. Should eventually become more specific as the issue is triaged
This example compiles, treating the two enums named
E
as the same type, and two structS
respectively.The text was updated successfully, but these errors were encountered: