mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Hide away SemanticRepr definition
This commit is contained in:
parent
a37a0f1770
commit
31c9cc8227
5 changed files with 39 additions and 30 deletions
|
@ -27,7 +27,7 @@ fn width_and_alignment_u8_u8() {
|
|||
|
||||
let layout = Layout {
|
||||
repr: LayoutRepr::Union(UnionLayout::NonRecursive(&tt)),
|
||||
semantic: SemanticRepr::None,
|
||||
semantic: SemanticRepr::NONE,
|
||||
};
|
||||
|
||||
assert_eq!(layout.alignment_bytes(&interner, target_info), 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue