Skip to content

Commit 6999305

Browse files
committed
Make CodeStat's type sizes a public field
1 parent 40dacd5 commit 6999305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_session/src/code_stats.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub struct TypeSizeInfo {
7272

7373
#[derive(Default)]
7474
pub struct CodeStats {
75-
type_sizes: Lock<FxHashSet<TypeSizeInfo>>,
75+
pub type_sizes: Lock<FxHashSet<TypeSizeInfo>>,
7676
}
7777

7878
impl CodeStats {

0 commit comments

Comments
 (0)