Some better support for unions through the compiler

This commit is contained in:
Vadim Petrochenkov 2016-08-10 21:00:17 +03:00
parent a014323e45
commit 641d8e9e4c
51 changed files with 241 additions and 132 deletions

View file

@ -220,6 +220,7 @@ impl<'a, 'gcx, 'tcx> Env<'a, 'gcx, 'tcx> {
hir::ItemEnum(..) |
hir::ItemStruct(..) |
hir::ItemUnion(..) |
hir::ItemTrait(..) |
hir::ItemImpl(..) |
hir::ItemDefaultImpl(..) => {