We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67985e commit f1a1ef6Copy full SHA for f1a1ef6
src/librustdoc/clean/types.rs
@@ -2524,7 +2524,6 @@ mod size_asserts {
2524
static_assert_size!(GenericParamDef, 56);
2525
static_assert_size!(Generics, 16);
2526
static_assert_size!(Item, 56);
2527
- // FIXME(generic_const_items): Further reduce the size.
2528
static_assert_size!(ItemKind, 56);
2529
static_assert_size!(PathSegment, 40);
2530
static_assert_size!(Type, 32);
0 commit comments