Uh oh!
There was an error while loading. Please reload this page.
triagebot: add A-rustdoc-js autolabel - #150587
Conversation
rustbot
commented
Jan 2, 2026
|
rustbot
commented
Jan 2, 2026
rustbot has assigned @Mark-Simulacrum. Use |
Uh oh!
There was an error while loading. Please reload this page.
AaryanAgrawal96
commented
Jan 2, 2026
Done, thanks! |
fmease
commented
Jan 2, 2026
Thanks, I'll approve after a squash. |
AaryanAgrawal96
commented
Jan 8, 2026
Friendly ping in case this slipped through, happy to squash or make any changes if needed. Thanks! |
fmease
commented
Jan 8, 2026
Hey, yes, please squash.
|
66cd295 to
7668154CompareAaryanAgrawal96
commented
Jan 13, 2026
Done, thanks. |
rust-log-analyzer
commented
Jan 13, 2026
The job Click to see the possible cause of the failure (guessed by this bot) |
fmease
commented
Jan 13, 2026
triagebot: add A-rustdoc-js autolabel Adds an autolabel rule for rustdoc JavaScript/TypeScript files so PRs touching rustdoc frontend assets and related tests are automatically labeled `A-rustdoc-js`. Fixesrust-lang#137983
Rollup of 13 pull requests Successful merges: - #150587 (triagebot: add A-rustdoc-js autolabel) - #150677 (Improve std::path::Path::join documentation) - #150737 (diagnostics: make implicit Sized bounds explicit in E0277) - #150771 (Remove legacy homu `try` and `auto` branch mentions) - #150840 (Make `--print=check-cfg` output compatible `--check-cfg` arguments) - #150915 (Regression test for type params on eii) - #151017 (Port the rustc dump attributes to the attribute parser) - #151019 (Make `Type::of` support unsized types) - #151031 (Support arrays in type reflection) - #151043 (armv7-unknown-linux-uclibceabihf.md: Fix bootstrap.toml syntax) - #151052 (ui: add regression test for macro resolution ICE (issue #150711)) - #151053 (Reduce flakyness for `tests/rustdoc-gui/notable-trait.goml`) - #151055 (Emit error instead of delayed bug when meeting mismatch type for const array) r? @ghost
Uh oh!
There was an error while loading. Please reload this page.
Adds an autolabel rule for rustdoc JavaScript/TypeScript files so PRs touching
rustdoc frontend assets and related tests are automatically labeled
A-rustdoc-js.Fixes#137983