about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-09-09 07:02:31 +0200
committerGitHub <noreply@github.com>2022-09-09 07:02:31 +0200
commit434591cd136f31d220c0a6b777d0c54dac0915b8 (patch)
treea4ef77c4508b03548aaba3393e65195ffbf4a50a
parent0354eee4c68b3396902fd33b34f229a656f9db48 (diff)
parentce3d526027669a3a6accaa34a789301dc4dc64e4 (diff)
downloadrust-434591cd136f31d220c0a6b777d0c54dac0915b8.tar.gz
rust-434591cd136f31d220c0a6b777d0c54dac0915b8.zip
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
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 72b2c16a01f..89fd4f2703b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -217,6 +217,7 @@ Language
 - [Fix constants not getting dropped if part of a diverging expression][94775]
 - [Support unit struct/enum variant in destructuring assignment][95380]
 - [Remove mutable_borrow_reservation_conflict lint and allow the code pattern][96268]
+- [`const` functions may now specify `extern "C"` or `extern "Rust"`][95346]
 
 Compiler
 --------
@@ -306,6 +307,7 @@ and related tools.
 [94872]: https://github.com/rust-lang/rust/pull/94872/
 [95006]: https://github.com/rust-lang/rust/pull/95006/
 [95035]: https://github.com/rust-lang/rust/pull/95035/
+[95346]: https://github.com/rust-lang/rust/pull/95346/
 [95372]: https://github.com/rust-lang/rust/pull/95372/
 [95380]: https://github.com/rust-lang/rust/pull/95380/
 [95431]: https://github.com/rust-lang/rust/pull/95431/