add lambda set vars to host exposed alias

This commit is contained in:
Folkert 2021-07-29 14:55:10 +02:00
parent b186ccc370
commit aac0e2d9f9
4 changed files with 20 additions and 10 deletions

View file

@ -833,7 +833,7 @@ fn type_to_variable(
}
HostExposedAlias {
name: symbol,
arguments: args,
type_arguments: args,
actual: alias_type,
actual_var,
..