Some better support for unions through the compiler
This commit is contained in:
parent
a014323e45
commit
641d8e9e4c
51 changed files with 241 additions and 132 deletions
|
|
@ -220,6 +220,7 @@ impl<'a, 'gcx, 'tcx> Env<'a, 'gcx, 'tcx> {
|
|||
|
||||
hir::ItemEnum(..) |
|
||||
hir::ItemStruct(..) |
|
||||
hir::ItemUnion(..) |
|
||||
hir::ItemTrait(..) |
|
||||
hir::ItemImpl(..) |
|
||||
hir::ItemDefaultImpl(..) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue