Remove 'errtype' name and reduce Expr / TypeInfo memory footprint.
This commit is contained in:
Christoffer Lerno
2022-03-08 23:38:27 +01:00
committed by GitHub
parent 069a2d40cb
commit 322d714305
37 changed files with 167 additions and 171 deletions

View File

@@ -135,7 +135,7 @@ fn void test_missing_no_cases(Baz x)
}
}
errtype MathError
optenum MathError
{
DIVISION_BY_ZERO
}