We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dacd5 commit 6999305Copy full SHA for 6999305
compiler/rustc_session/src/code_stats.rs
@@ -72,7 +72,7 @@ pub struct TypeSizeInfo {
72
73
#[derive(Default)]
74
pub struct CodeStats {
75
- type_sizes: Lock<FxHashSet<TypeSizeInfo>>,
+ pub type_sizes: Lock<FxHashSet<TypeSizeInfo>>,
76
}
77
78
impl CodeStats {
0 commit comments