Uh oh!
There was an error while loading. Please reload this page.
Miscellaneous const-generics-related fixes - #147642
Conversation
The tcx.parent tree appears to be correct now.
rustbot
commented
Oct 13, 2025
This comment has been minimized.
This comment has been minimized.
lcnr
commented
Oct 14, 2025
r? @BoxyUwU lgtm, but not totally sure about the first change and don't want to look into this |
They need an extra branch for the newtype.
9a22ff8 to
379a057Compare
This comment has been minimized.
This comment has been minimized.
BoxyUwU
commented
Oct 21, 2025
lgtm, need to move the crashes tests over to normal test suite @rustbot author |
rustbot
commented
Nov 1, 2025
This PR changes a file inside |
camelid
commented
Nov 1, 2025
@bors r=BoxyUwU rollup |
bors
commented
Nov 1, 2025
Miscellaneous const-generics-related fixes Fixesrust-lang#129209. Fixesrust-lang#131295. Fixesrust-lang#139738.
Rollup of 12 pull requests Successful merges: - #147137 (Mention crate being analyzed in query description) - #147642 (Miscellaneous const-generics-related fixes) - #147806 (Ignore test-dashboard related files) - #147947 (Implement `strip_circumfix` lib feature) - #148194 (compiletest: Remove `cleanup_debug_info_options`) - #148199 (compiletest: Don't modify `testpaths` when creating aux contexts) - #148247 (Remove two special cases from reachable_non_generics) - #148348 (dangling ptr lint cleanup) - #148357 (temporary-lifetime-extension.rs test works in all editions) - #148362 (docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7) - #148367 (Use --print host-tuple to get the host) - #148374 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Miscellaneous const-generics-related fixes Fixesrust-lang#129209. Fixesrust-lang#131295. Fixesrust-lang#139738.
Zalathar
commented
Nov 2, 2025
Investigating rollup failure in #148376 (comment): @bors try jobs=armhf-gnu |
⌛ Trying commit f39fb70 with merge f7fb7a9… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/19008794305 |
Miscellaneous const-generics-related fixes try-job: armhf-gnu
Zalathar
commented
Nov 2, 2025
Failure found at #148247 (comment). @bors try cancel |
Try build cancelled. Cancelled workflows: |
Rollup of 9 pull requests Successful merges: - #147137 (Mention crate being analyzed in query description) - #147155 (arm-linux.md: various fixes/improvements) - #147642 (Miscellaneous const-generics-related fixes) - #147806 (Ignore test-dashboard related files) - #147947 (Implement `strip_circumfix` lib feature) - #148346 (Change cfg_trace, cfg_attr_trace symbol values) - #148348 (dangling ptr lint cleanup) - #148393 (Remove `tests/run-make/fmt-write-bloat/`) - #148400 (Better warning message for crate type unsupported by codegen backend) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
Rollup of 9 pull requests Successful merges: - rust-lang/rust#147137 (Mention crate being analyzed in query description) - rust-lang/rust#147155 (arm-linux.md: various fixes/improvements) - rust-lang/rust#147642 (Miscellaneous const-generics-related fixes) - rust-lang/rust#147806 (Ignore test-dashboard related files) - rust-lang/rust#147947 (Implement `strip_circumfix` lib feature) - rust-lang/rust#148346 (Change cfg_trace, cfg_attr_trace symbol values) - rust-lang/rust#148348 (dangling ptr lint cleanup) - rust-lang/rust#148393 (Remove `tests/run-make/fmt-write-bloat/`) - rust-lang/rust#148400 (Better warning message for crate type unsupported by codegen backend) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#147137 (Mention crate being analyzed in query description) - rust-lang#147155 (arm-linux.md: various fixes/improvements) - rust-lang#147642 (Miscellaneous const-generics-related fixes) - rust-lang#147806 (Ignore test-dashboard related files) - rust-lang#147947 (Implement `strip_circumfix` lib feature) - rust-lang#148346 (Change cfg_trace, cfg_attr_trace symbol values) - rust-lang#148348 (dangling ptr lint cleanup) - rust-lang#148393 (Remove `tests/run-make/fmt-write-bloat/`) - rust-lang#148400 (Better warning message for crate type unsupported by codegen backend) r? `@ghost` `@rustbot` modify labels: rollup
Fixes#129209.
Fixes#131295.
Fixes#139738.