Fix layout ref in gen tags

This commit is contained in:
Ayaz Hafiz 2023-01-04 12:41:18 -06:00
parent f321369f4d
commit 52c16d2f35
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -22,7 +22,7 @@ fn width_and_alignment_u8_u8() {
let target_info = roc_target::TargetInfo::default_x86_64();
let interner = STLayoutInterner::with_capacity(4, target_info);
let t = &[Layout::u8()] as &[_];
let t = &[Layout::U8] as &[_];
let tt = [t, t];
let layout = Layout::Union(UnionLayout::NonRecursive(&tt));