-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pulldown-cmark #71682
Bump pulldown-cmark #71682
Conversation
@bors p=1 r+ |
📌 Commit 1776de9 has been approved by |
Cc @rust-lang/rustdoc - beta nominated. This is a hopefully small fix, though the issue in question has already slipped into stable it seems good to fix it on beta if we can (as it only just slipped). |
⌛ Testing commit 1776de9 with merge 610ed566d190e7ccc2e1dbc6895978b78e9af471... |
💔 Test failed - checks-azure |
@bors retry
|
⌛ Testing commit 1776de9 with merge 99fded5f4eec8b1a4a566d09a230b42880a371d8... |
💔 Test failed - checks-azure |
@bors retry
|
⌛ Testing commit 1776de9 with merge 30f0c14c30324ee8b77f893b5a41afc222bc4270... |
@bors retry rolled up |
Rollup of 8 pull requests Successful merges: - rust-lang#71148 (Vec drop and truncate: drop using raw slice *mut [T]) - rust-lang#71465 (Add a convenience method on `TyCtxt` for checking for thread locals) - rust-lang#71567 (Handle build completion message from Cargo) - rust-lang#71590 (MIR dump: print pointers consistently with Miri output) - rust-lang#71682 (Bump pulldown-cmark) - rust-lang#71688 (Allow `Downcast` projections unconditionally in const-checking) - rust-lang#71691 (Allow `Unreachable` terminators unconditionally in const-checking) - rust-lang#71719 (Update backtrace-sys) Failed merges: r? @ghost
beta-accepted |
[beta] Rollup backports This includes: * Fail if I/O error occurs during testing rust-lang#72089 * Fix hang in lexical_region_resolve rust-lang#72087 * Fix E0284 to not use incorrect wording rust-lang#71960 * Bump pulldown-cmark rust-lang#71682
Pulls in 0.7.1 with the following fixes:
Closes #70871