split up define into define_extern and define_local

This commit is contained in:
LorrensP-2158466
2025-07-12 15:01:39 +02:00
parent 86ef320294
commit 451a93e2b8
7 changed files with 100 additions and 57 deletions

View File

@@ -511,7 +511,7 @@ impl<'ra, 'tcx> ResolverExpand for Resolver<'ra, 'tcx> {
}
fn glob_delegation_suffixes(
&mut self,
&self,
trait_def_id: DefId,
impl_def_id: LocalDefId,
) -> Result<Vec<(Ident, Option<Ident>)>, Indeterminate> {