-
Couldn't load subscription status.
- Fork 13.9k
rustdoc: Avoid panic when parsing codeblocks for playground links #67818
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
Conversation
|
Nice, thanks! @bors: r+ |
|
📌 Commit d0e0404b055fd2dce70ab71a2a883559f14e98f0 has been approved by |
|
☔ The latest upstream changes (presumably #67853) made this pull request unmergeable. Please resolve the merge conflicts. |
`make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally.
d0e0404 to
efb876f
Compare
|
@bors r=GuillaumeGomez |
|
📌 Commit efb876f has been approved by |
…rror, r=GuillaumeGomez rustdoc: Avoid panic when parsing codeblocks for playground links `make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally. Fixes rust-lang#63016 r? @GuillaumeGomez
…rror, r=GuillaumeGomez rustdoc: Avoid panic when parsing codeblocks for playground links `make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally. Fixes rust-lang#63016 r? @GuillaumeGomez
Rollup of 5 pull requests Successful merges: - #67818 (rustdoc: Avoid panic when parsing codeblocks for playground links) - #67845 (Also remove const-hack for abs) - #67879 (Remove negative number check from float sqrt) - #67881 (Add backticks to various diagnostics) - #67882 (remove bespoke flock bindings) Failed merges: r? @ghost
make_testis also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally.Fixes #63016
r? @GuillaumeGomez