Temporarily disable LLVM 17. Generic module contracts enabled.

This commit is contained in:
Christoffer Lerno
2023-03-14 23:25:52 +01:00
parent 3237f87a09
commit 3cb94a2857
13 changed files with 210 additions and 110 deletions

View File

@@ -3,7 +3,7 @@
// a copy of which can be found in the LICENSE_STDLIB file.
/**
* @require $Type.kindof == TypeKind.ENUM "Only enums maybe be used with an enumset"
* @require Enum.kindof == TypeKind.ENUM : "Only enums maybe be used with an enumset"
**/
module std::collections::enumset<Enum>;