Skip to content

Commit 434591c

Browse files
authored
Rollup merge of #101450 - ehuss:relnotes-95346, r=Mark-Simulacrum
Add `const_extern_fn` to 1.62 release notes. Adds #95346 which did not get tagged with relnotes. Closes #101443
2 parents 0354eee + ce3d526 commit 434591c

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)