diff options
| author | Josh Stone <jistone@redhat.com> | 2024-08-20 09:42:17 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-08-30 17:18:54 -0700 |
| commit | dd9fcffb20982b053d8b628663d7ceb690878eed (patch) | |
| tree | 292db80d8fd8badd97d79e46a71fcd8a2672be7d | |
| parent | 8c19c14c3f0ad2828fa6fcaf9c5402b2d87fa08f (diff) | |
| download | rust-dd9fcffb20982b053d8b628663d7ceb690878eed.tar.gz rust-dd9fcffb20982b053d8b628663d7ceb690878eed.zip | |
Drop the edition relnote about `!` fallback
| -rw-r--r-- | RELEASES.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 79771ef1d8c..fb1af44e52c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -9,7 +9,6 @@ Language - [Abort on uncaught panics in `extern "C"` functions.](https://github.com/rust-lang/rust/pull/116088/) - [Fix ambiguous cases of multiple `&` in elided self lifetimes.](https://github.com/rust-lang/rust/pull/117967/) - [Stabilize `#[expect]` for lints (RFC 2383),](https://github.com/rust-lang/rust/pull/120924/) like `#[allow]` with a warning if the lint is _not_ fulfilled. -- [Edition 2024: Make `!` fall back to `!` instead of `()`.](https://github.com/rust-lang/rust/pull/123508/) - [Change method resolution to constrain hidden types instead of rejecting method candidates.](https://github.com/rust-lang/rust/pull/123962/) - [Bump `elided_lifetimes_in_associated_constant` to deny.](https://github.com/rust-lang/rust/pull/124211/) - [`offset_from`: always allow pointers to point to the same address.](https://github.com/rust-lang/rust/pull/124921/) |
