Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/2025-07-30-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ which are reaching a decision. Express your opinions now.
- [Tracking Issue for arithmetic and certain bitwise ops on `AtomicPtr`](https://github.com/rust-lang/rust/issues/99108)
- [Add lint against dangling pointers from local variables](https://github.com/rust-lang/rust/pull/144322)
- [`apply_member_constraints`: fix placeholder check](https://github.com/rust-lang/rust/pull/142071)
- [Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")`]](https://github.com/rust-lang/rust/pull/142681)
- [Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")]`](https://github.com/rust-lang/rust/pull/142681)
- [Port `#[should_panic]` to the new attribute parsing infrastructure](https://github.com/rust-lang/rust/pull/143808)
- [emit `StorageLive` and schedule `StorageDead` for `let` - `else`'s bindings after matching](https://github.com/rust-lang/rust/pull/143028)
- [lower pattern bindings in the order they're written and base drop order on primary bindings' order](https://github.com/rust-lang/rust/pull/143764)
Expand Down