Skip to content

Commit c47f194

Browse files
committed
Compat annotation for #29733 (at-locals).
1 parent 2024108 commit c47f194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/reflection.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ end
256256
Construct a dictionary of the names (as symbols) and values of all local
257257
variables defined as of the call site.
258258
259+
!!! compat "Julia 1.1"
260+
This macro requires at least Julia 1.1.
261+
259262
# Examples
260263
```jldoctest
261264
julia> let x = 1, y = 2

0 commit comments

Comments
 (0)