Add fixme to associated_ty_item_bounds
This commit is contained in:
parent
0e2b63cd87
commit
3e41e85b27
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue