rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.48k stars 12.6k forks source link

rustdoc regression: no entry found for key ICE #104448

Closed Mark-Simulacrum closed 1 year ago

Mark-Simulacrum commented 1 year ago

(and many more, probably roughly ~400 such cases)

cc @rust-lang/rustdoc

GuillaumeGomez commented 1 year ago

I suspect either https://github.com/rust-lang/rust/pull/103649 or https://github.com/rust-lang/rust/pull/104364.

Do you have an idea what's going on @petrochenkov maybe?

petrochenkov commented 1 year ago

Yeah, the whole regression list needs to be re-cratered with https://github.com/rust-lang/rust/pull/103649 and https://github.com/rust-lang/rust/pull/104364 applied.

Mark-Simulacrum commented 1 year ago

Those PRs need to be beta-accepted before we can backport them, but will rerun crater after backport.

GuillaumeGomez commented 1 year ago

The PRs were beta accepted so maybe time for a new crater run?

Mark-Simulacrum commented 1 year ago

Started a new run.

Mark-Simulacrum commented 1 year ago

Based on latest run this is fixed on beta, closing.