mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
repl: update some static_asserts for 32-bit compiler build
This commit is contained in:
parent
5661d281c6
commit
8e370a32b6
4 changed files with 12 additions and 12 deletions
|
@ -59,7 +59,7 @@ pub enum TagName {
|
|||
Closure(Symbol),
|
||||
}
|
||||
|
||||
static_assertions::assert_eq_size!([u8; 24], TagName);
|
||||
static_assertions::assert_eq_size!((usize, usize, u64), TagName);
|
||||
|
||||
impl TagName {
|
||||
pub fn as_ident_str(&self, interns: &Interns, home: ModuleId) -> IdentStr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue