File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ New language features
66
77 - New ` Base.@acquire ` macro for a non-closure version of ` Base.acquire(f, s::Base.Semaphore) ` , like ` @lock ` . ([ #56845 ] )
88 - New ` nth ` function to access the ` n ` -th element of a generic iterable. ([ #56580 ] )
9+ - New ` @__FUNCTION__ ` macro that returns a reference to the innermost enclosing function. ([ #58909 ] )
910 - The character U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK), newly added by Unicode 16,
1011 is now a valid operator with arrow precedence, accessible as ` \hookunderrightarrow ` at the REPL.
1112 ([ JuliaLang/JuliaSyntax.jl #525 ] , [ #57143 ] )
Original file line number Diff line number Diff line change @@ -483,6 +483,7 @@ Base.@__MODULE__
483483Base.@__FILE__
484484Base.@__DIR__
485485Base.@__LINE__
486+ Base.@__FUNCTION__
486487Base.fullname
487488Base.names
488489Base.isexported
You can’t perform that action at this time.
0 commit comments