move shape into trans
This commit is contained in:
parent
93b66ee587
commit
dddd9908d5
2 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,7 @@ mod middle {
|
|||
mod tvec;
|
||||
mod impl;
|
||||
mod native;
|
||||
mod shape;
|
||||
}
|
||||
mod ty;
|
||||
mod ast_map;
|
||||
|
@ -39,7 +40,6 @@ mod middle {
|
|||
mod block_use;
|
||||
mod kind;
|
||||
mod freevars;
|
||||
mod shape;
|
||||
mod debuginfo;
|
||||
mod capture;
|
||||
mod pat_util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue