mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
document that items no longer works with enum with holes (#15426)
This commit is contained in:
@@ -286,6 +286,7 @@ proc mydiv(a, b): int {.raises: [].} =
|
||||
- Added a ``.noalias`` pragma. It is mapped to C's ``restrict`` keyword for the increased
|
||||
performance this keyword can enable.
|
||||
|
||||
- `items` no longer compiles with enum with holes as its behavior was error prone, see #14004
|
||||
|
||||
## Compiler changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user