mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Remove FIXME after fix
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
This commit is contained in:
@@ -2524,7 +2524,6 @@ mod size_asserts {
|
||||
static_assert_size!(GenericParamDef, 56);
|
||||
static_assert_size!(Generics, 16);
|
||||
static_assert_size!(Item, 56);
|
||||
// FIXME(generic_const_items): Further reduce the size.
|
||||
static_assert_size!(ItemKind, 56);
|
||||
static_assert_size!(PathSegment, 40);
|
||||
static_assert_size!(Type, 32);
|
||||
|
||||
Reference in New Issue
Block a user