Skip to content

Commit 33cc860

Browse files
committed
Add fixme to associated_ty_item_bounds
1 parent ec26d9f commit 33cc860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hir-ty/src/lower_nextsolver.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,6 +1594,7 @@ fn fn_sig_for_enum_variant_constructor<'db>(
15941594
}))
15951595
}
15961596

1597+
// FIXME(next-solver): should merge this with `explicit_item_bounds` in some way
15971598
pub(crate) fn associated_ty_item_bounds<'db>(
15981599
db: &'db dyn HirDatabase,
15991600
type_alias: TypeAliasId,

0 commit comments

Comments
 (0)