We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2b63c commit 3e41e85Copy full SHA for 3e41e85
src/tools/rust-analyzer/crates/hir-ty/src/lower_nextsolver.rs
@@ -1594,6 +1594,7 @@ fn fn_sig_for_enum_variant_constructor<'db>(
1594
}))
1595
}
1596
1597
+// FIXME(next-solver): should merge this with `explicit_item_bounds` in some way
1598
pub(crate) fn associated_ty_item_bounds<'db>(
1599
db: &'db dyn HirDatabase,
1600
type_alias: TypeAliasId,
0 commit comments