mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Temporarily disable LLVM 17. Generic module contracts enabled.
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user