mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-31 02:43:41 +00:00
complete std prefixes for stdlib (#22887)
follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## This module implements syntax sugar for some declarations.
|
||||
|
||||
import macros
|
||||
import std/macros
|
||||
|
||||
macro byaddr*(sect) =
|
||||
## Allows a syntax for l-value references, being an exact analog to
|
||||
|
||||
Reference in New Issue
Block a user