macro_rules! resolve_inner_binary {
($ctx:ident, $left:expr, $right:expr) => { ... };
}Expand description
Resolves the inner types of two given expressions.
Expects a &mut ExpressionContext and two Handle<Expression>s.
Returns a tuple containing two &ir::TypeInner.
See the documentation of resolve_inner! for why this macro is necessary.