mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix layout ref in gen tags
This commit is contained in:
parent
f321369f4d
commit
52c16d2f35
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue