File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
221222Compiler
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/
You can’t perform that action at this time.
0 commit comments