Fix repl compile after rebase

This commit is contained in:
ayazhafiz 2022-02-27 00:14:05 -05:00
parent a7825c34f5
commit 75cef24ee0

View file

@ -115,7 +115,7 @@ fn unroll_newtypes<'a>(
let field_var = *field.as_inner();
content = env.subs.get_content_without_compacting(field_var);
}
Content::Alias(_, _, real_var) => {
Content::Alias(_, _, real_var, _) => {
// We need to pass through aliases too, because their underlying types may have
// unrolled newtypes. In such cases return the list of unrolled newtypes, but keep
// the content as the alias for readability. For example,