mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
gccrs: Add missing param subst callback
Signed-off-by: Philip Herron <herron.philip@googlemail.com> gcc/rust/ChangeLog: * typecheck/rust-tyty-subst.cc: add missing callback
This commit is contained in:
committed by
Arthur Cohen
parent
2f228578d5
commit
31f1e59962
@@ -141,6 +141,7 @@ SubstitutionParamMapping::fill_param_ty (
|
||||
bound.handle_substitions (subst_mappings);
|
||||
|
||||
param->set_ty_ref (type.get_ref ());
|
||||
subst_mappings.on_param_subst (*param, arg);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user