]> git.lizzy.rs Git - rust.git/commit - src/bootstrap/native.rs
Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all_import_...
authorYuki Okushi <jtitor@2k36.org>
Fri, 27 Jan 2023 15:23:16 +0000 (00:23 +0900)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 15:23:16 +0000 (00:23 +0900)
commitc64f4c41f76581807bf7e063ded17f7da51b4478
treef43de35b2376ccebaa6bcfa5863a555104b9d360
parent85dc93b4d346a8138f343c6d9b0b803b4b55a8a6
parent1b64e16643eb3322b61f916c8cfec436e30e7bf3
Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all_import_attributes, r=notriddle

Fix infinite loop in rustdoc get_all_import_attributes function

Fixes https://github.com/rust-lang/rust/issues/107350.

We'll also need to backport this fix to beta.

r? `@notriddle`