File tree Expand file tree Collapse file tree 2 files changed +207
-129
lines changed Expand file tree Collapse file tree 2 files changed +207
-129
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ which are reaching a decision. Express your opinions now.
212
212
- [ Tracking Issue for arithmetic and certain bitwise ops on ` AtomicPtr ` ] ( https://github.com/rust-lang/rust/issues/99108 )
213
213
- [ Add lint against dangling pointers from local variables] ( https://github.com/rust-lang/rust/pull/144322 )
214
214
- [ ` 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 )
216
216
- [ Port ` #[should_panic] ` to the new attribute parsing infrastructure] ( https://github.com/rust-lang/rust/pull/143808 )
217
217
- [ emit ` StorageLive ` and schedule ` StorageDead ` for ` let ` - ` else ` 's bindings after matching] ( https://github.com/rust-lang/rust/pull/143028 )
218
218
- [ 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 )
You can’t perform that action at this time.
0 commit comments