Merge branch 'trunk' into specialize-owned

This commit is contained in:
Richard Feldman 2021-02-18 22:58:55 -05:00 committed by GitHub
commit e367ca8a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 3693 additions and 1252 deletions

View file

@ -1112,6 +1112,7 @@ fn layout_from_flat_type<'a>(
other => Ok(other),
}
}
Symbol::SET_SET => dict_layout_from_key_value(env, args[0], Variable::EMPTY_RECORD),
_ => {
panic!("TODO layout_from_flat_type for {:?}", Apply(symbol, args));
}