]> git.lizzy.rs Git - rust.git/commit
Lower unions from AST to HIR and from HIR to types
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Mon, 8 Aug 2016 22:18:47 +0000 (01:18 +0300)
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sat, 3 Sep 2016 10:39:33 +0000 (13:39 +0300)
commita014323e456c00f93134d03b4af95844b2ed4b95
tree8d7c47cd7c965a03d8daf195d6a7f1d29a22fdf2
parentcbd912babab4b8cebe9e90a632117913ca192743
Lower unions from AST to HIR and from HIR to types

Parse union items and add a feature for them
src/librustc/hir/lowering.rs
src/librustc/ty/context.rs
src/librustc/ty/mod.rs
src/librustc_privacy/lib.rs
src/librustc_typeck/check/dropck.rs
src/librustc_typeck/collect.rs
src/libsyntax/feature_gate.rs
src/libsyntax/parse/parser.rs