-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update pulldown-cmark dependency #69164
Conversation
2e32e14
to
26275db
Compare
@bors r+ |
📌 Commit 26275db195d27c9b0933f22910cdc1c25bc7c91e has been approved by |
@@ -65,7 +65,8 @@ warning: could not parse code block as Rust code | |||
LL | /// code with bad syntax | |||
| _________^ | |||
LL | | /// \_ | |||
| |__________^ | |||
LL | | /// | |||
| |_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a diagnostic regression.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm actually not able to understand the original behavior. The first line is supposed to be the one triggering the error so I don't understand why we had an arrow for the second as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The span is intended to contain the codeblock in the markdown exactly. Here, it includes the first /
of the next line of the doc comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see! Great catch!
The span isn't correctly fulfilled. @bors: r- |
26275db
to
d8589de
Compare
Ok, no more diff with the current tests. Then I guess we can continue? @bors: r=Dylan-DPC |
📌 Commit d8589de has been approved by |
…k, r=Dylan-DPC Update pulldown-cmark dependency r? @kinnison cc @ollie27 Reopening of rust-lang#65894.
Rollup of 7 pull requests Successful merges: - #68129 (Correct inference of primitive operand type behind binary operation) - #68475 (Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest`) - #68856 (typeck: clarify def_bm adjustments & add tests for or-patterns) - #69051 (simplify_try: address some of eddyb's comments) - #69128 (Fix extra subslice lowering) - #69150 (Follow-up to #68848) - #69164 (Update pulldown-cmark dependency) Failed merges: r? @ghost
r? @kinnison
cc @ollie27
Reopening of #65894.