Commits
Click on a commit to change the comparison rangeRemoves redundant checks from unifier.
unify_structs was also unifying the fields and
unify_enums was also unifying the variants.
This was removed because comparing call paths and type parameters is enough.
Fixes #6394
Signed-off-by: Marcos Henrich <marcoshenrich@gmail.com>10 months ago
by esdrubal Merge branch 'master' into esdrubal/redundant_unify_checks_6394