rustc: First stab at implementing interior vector concat in the DPS engine

This commit is contained in:
Patrick Walton 2011-07-18 17:42:29 -07:00
parent 7d4903544e
commit 08eabde97b
3 changed files with 267 additions and 27 deletions

View file

@ -20,6 +20,7 @@ mod middle {
mod trans_alt;
mod trans_comm;
mod trans_dps;
mod trans_vec;
mod ty;
mod ast_map;
mod resolve;