Hide lambda set runtime representation

This commit is contained in:
Ayaz Hafiz 2023-01-03 19:55:37 -06:00
parent fa8effd3e8
commit 45aa9768f7
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 22 additions and 25 deletions

View file

@ -5804,7 +5804,7 @@ where
debug_assert_eq!(
Layout::struct_no_name_order(field_layouts),
lambda_set.runtime_representation(&layout_cache.interner)
layout_cache.get_in(lambda_set.runtime_representation())
);
let expr = Expr::Struct(symbols);