mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Add fixme to associated_ty_item_bounds
This commit is contained in:
parent
ec26d9f48a
commit
33cc8609dc
@ -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…
x
Reference in New Issue
Block a user