summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2022-09-06 00:38:38 +0300
committerGitHub <noreply@github.com>2022-09-05 23:38:38 +0200
commit5ebd1248dfe517fd932c401f71d1e5aeb023b0e4 (patch)
tree0413fef17dd80f5b888caae12d4aa69832408827 /compiler/options.nim
parent8dcf367e5223ae26b57c9bbfaec6e70ac14bb820 (diff)
downloadNim-5ebd1248dfe517fd932c401f71d1e5aeb023b0e4.tar.gz
overloadable enums no longer experimental (#20298)
depends on #20126
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 9031e86c1..afbfdc7cf 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -213,7 +213,7 @@ type
     strictFuncs,
     views,
     strictNotNil,
-    overloadableEnums,
+    overloadableEnums, # not experimental anymore
     strictEffects,
     unicodeOperators,
     flexibleOptionalParams