You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #135542 - kpreid:use-note, r=Mark-Simulacrum
Add the concrete syntax for precise capturing to 1.82 release notes.
This will make the note findable by searching for the “use” keyword, and skimming. Many other language additions mention their syntax in the release notes, but this one only used the name of the feature.
Inspired by https://users.rust-lang.org/t/what-is-use/124079/4
Copy file name to clipboardexpand all lines: RELEASES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ Language
359
359
- [`addr_of(_mut)!` macros and the newly stabilized `&raw (const|mut)` are now safe to use with all static items](https://github.com/rust-lang/rust/pull/125834)
360
360
- [size_of_val_raw: for length 0 this is safe to call](https://github.com/rust-lang/rust/pull/126152/)
0 commit comments