File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
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.
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 )
You can’t perform that action at this time.
0 commit comments