Skip to content

Commit c360038

Browse files
Sacha0tkelman
authored andcommitted
Add another PR number for deprecation of _ as an rvalue (#20328). (#21852)
(cherry picked from commit bfd5a0e)
1 parent 784c47e commit c360038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Language changes
7777
every function call, operator, and assignment in an expression ([#20321]).
7878
7979
* The identifier `_` can be assigned, but accessing its value is deprecated,
80-
allowing this syntax to be used in the future for discarding values ([#9343], [#18251]).
80+
allowing this syntax to be used in the future for discarding values ([#9343],
81+
[#18251], [#20328]).
8182
8283
* The `typealias` keyword is deprecated, and should be replaced with
8384
`Vector{T} = Array{T,1}` or a `const` assignment ([#20500]).
@@ -586,6 +587,7 @@ Command-line option changes
586587
[#20268]: https://github.com/JuliaLang/julia/issues/20268
587588
[#20321]: https://github.com/JuliaLang/julia/issues/20321
588589
[#20327]: https://github.com/JuliaLang/julia/issues/20327
590+
[#20328]: https://github.com/JuliaLang/julia/issues/20328
589591
[#20345]: https://github.com/JuliaLang/julia/issues/20345
590592
[#20403]: https://github.com/JuliaLang/julia/issues/20403
591593
[#20404]: https://github.com/JuliaLang/julia/issues/20404

0 commit comments

Comments
 (0)