mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
llvm build working
This commit is contained in:
parent
c4ec9aa898
commit
123c963ff1
8 changed files with 237 additions and 162 deletions
|
@ -1167,7 +1167,7 @@ impl<'a> Layout<'a> {
|
|||
Layout::Builtin(Builtin::Bool)
|
||||
}
|
||||
|
||||
pub fn u8() -> Layout<'a> {
|
||||
pub const fn u8() -> Layout<'a> {
|
||||
Layout::Builtin(Builtin::Int(IntWidth::U8))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue