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
Auto merge of #157095 - JonathanBrouwer:rollup-eMYdzcn, r=JonathanBrouwer
Rollup of 12 pull requests
Successful merges:
- #156867 (Stop needing an alloca for `catch_unwind`)
- #157050 (Couple of changes to help with moving LTO to the link phase)
- #148345 (add inline to copy_within)
- #156931 (Add splitting caveats to `{read,write}_volatile`)
- #156980 (Add frame pointer annotations to the module)
- #156991 ([AIX] Sync compiler and std with libc changes)
- #157008 (Avoid some symbol interning)
- #157038 (android: implement file locking by calling flock)
- #157071 (Fix `cfg` typo in rustdoc book)
- #157080 (Fix typo in Rustdoc release notes)
- #157084 (Clean up error reporting for impl Drop enum casts)
- #157091 (Remove minicore ping for myself)
Copy file name to clipboardExpand all lines: RELEASES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Rustdoc
57
57
-----
58
58
- [Deprecation notes are now rendered like any other documentation](https://github.com/rust-lang/rust/pull/149931). Previously they used the css `white-space: pre-wrap;` property and stripped any `<p>` elements from the rendered html, however this caused issues and unintuitive behavior. The new behavior should be more predictable, however some multi-line deprecation notes will now be rendered as as single lines. If this is undesirable, you can use the standard markdown method of forcing a linebreak, which is two spaces followed by a newline (`"\n"`).
59
59
- [Don't emit rustdoc `missing_doc_code_examples` lint on impl items](https://github.com/rust-lang/rust/pull/154048)
60
-
- [Seperate methods and associated functions in sidebar](https://github.com/rust-lang/rust/pull/154644)
60
+
- [Separate methods and associated functions in sidebar](https://github.com/rust-lang/rust/pull/154644)
0 commit comments