Cleanup of naming change to optional. Fix of builtin optional handling.

This commit is contained in:
Christoffer Lerno
2022-12-27 23:55:23 +01:00
parent fe54b84aed
commit f622b3bd4c
58 changed files with 432 additions and 416 deletions

View File

@@ -30,5 +30,5 @@ fn void test3()
{
x = !x;
}
while (x); // #error: A failable 'bool!' cannot be implicitly converted to a regular boolean value
while (x); // #error: 'bool!' cannot be implicitly converted to a regular boolean value
}