Skip to content

Commit

Permalink
Rollup merge of rust-lang#101450 - ehuss:relnotes-95346, r=Mark-Simul…
Browse files Browse the repository at this point in the history
…acrum

Add `const_extern_fn` to 1.62 release notes.

Adds rust-lang#95346 which did not get tagged with relnotes.

Closes rust-lang#101443
  • Loading branch information
matthiaskrgr authored Sep 9, 2022
2 parents 0354eee + ce3d526 commit 434591c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 434591c

Please sign in to comment.