mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Fix #12812
This commit is contained in:
@@ -134,7 +134,7 @@ else:
|
||||
# where available.
|
||||
|
||||
type
|
||||
Trivial = SomeNumber | bool | ptr | pointer
|
||||
Trivial = SomeNumber | bool | enum | ptr | pointer
|
||||
# A type that is known to be atomic and whose size is known at
|
||||
# compile time to be 8 bytes or less
|
||||
|
||||
|
||||
Reference in New Issue
Block a user