Skip to content

Commit ce3d526

Browse files
committed
Add const_extern_fn to 1.62 release notes.
1 parent 6e4a9ab commit ce3d526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Language
217217
- [Fix constants not getting dropped if part of a diverging expression][94775]
218218
- [Support unit struct/enum variant in destructuring assignment][95380]
219219
- [Remove mutable_borrow_reservation_conflict lint and allow the code pattern][96268]
220+
- [`const` functions may now specify `extern "C"` or `extern "Rust"`][95346]
220221

221222
Compiler
222223
--------
@@ -306,6 +307,7 @@ and related tools.
306307
[94872]: https://github.com/rust-lang/rust/pull/94872/
307308
[95006]: https://github.com/rust-lang/rust/pull/95006/
308309
[95035]: https://github.com/rust-lang/rust/pull/95035/
310+
[95346]: https://github.com/rust-lang/rust/pull/95346/
309311
[95372]: https://github.com/rust-lang/rust/pull/95372/
310312
[95380]: https://github.com/rust-lang/rust/pull/95380/
311313
[95431]: https://github.com/rust-lang/rust/pull/95431/

0 commit comments

Comments
 (0)