Add fixme to associated_ty_item_bounds

This commit is contained in:
jackh726 2025-08-15 04:41:23 +00:00
parent ec26d9f48a
commit 33cc8609dc

View File

@ -1594,6 +1594,7 @@ fn fn_sig_for_enum_variant_constructor<'db>(
}))
}
// FIXME(next-solver): should merge this with `explicit_item_bounds` in some way
pub(crate) fn associated_ty_item_bounds<'db>(
db: &'db dyn HirDatabase,
type_alias: TypeAliasId,