mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
fix static assert
This commit is contained in:
parent
f8021fb449
commit
da89152fef
2 changed files with 2 additions and 3 deletions
|
@ -435,8 +435,7 @@ impl Constraints {
|
|||
}
|
||||
}
|
||||
|
||||
static_assertions::assert_eq_size!([u8; 4 * 8], Constraint);
|
||||
static_assertions::assert_eq_size!([u8; 3 * 8 + 4], LetConstraint);
|
||||
static_assertions::assert_eq_size!([u8; 3 * 8], Constraint);
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum Constraint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue