Skip to content

Commit 6ec8e74

Browse files
committed
move shape into trans
1 parent 0438e6e commit 6ec8e74

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/comp/rustc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ mod middle {
2424
mod tvec;
2525
mod impl;
2626
mod native;
27+
mod shape;
2728
}
2829
mod ty;
2930
mod ast_map;
@@ -39,7 +40,6 @@ mod middle {
3940
mod block_use;
4041
mod kind;
4142
mod freevars;
42-
mod shape;
4343
mod debuginfo;
4444
mod capture;
4545
mod pat_util;

0 commit comments

Comments
 (0)