Skip to content

Commit dd1a21f

Browse files
authored
Merge branch 'master' into master
2 parents 205e4a5 + 9ae2b02 commit dd1a21f

File tree

2 files changed

+207
-129
lines changed

2 files changed

+207
-129
lines changed

content/2025-07-30-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ which are reaching a decision. Express your opinions now.
212212
- [Tracking Issue for arithmetic and certain bitwise ops on `AtomicPtr`](https://github.com/rust-lang/rust/issues/99108)
213213
- [Add lint against dangling pointers from local variables](https://github.com/rust-lang/rust/pull/144322)
214214
- [`apply_member_constraints`: fix placeholder check](https://github.com/rust-lang/rust/pull/142071)
215-
- [Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")`]](https://github.com/rust-lang/rust/pull/142681)
215+
- [Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")]`](https://github.com/rust-lang/rust/pull/142681)
216216
- [Port `#[should_panic]` to the new attribute parsing infrastructure](https://github.com/rust-lang/rust/pull/143808)
217217
- [emit `StorageLive` and schedule `StorageDead` for `let` - `else`'s bindings after matching](https://github.com/rust-lang/rust/pull/143028)
218218
- [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)

0 commit comments

Comments
 (0)