-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Miscellaneous const-generics-related fixes #147642
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
The tcx.parent tree appears to be correct now.
This comment has been minimized.
This comment has been minimized.
|
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
379a057
Compare
This comment has been minimized.
This comment has been minimized.
|
lgtm, need to move the crashes tests over to normal test suite @rustbot author |
|
This PR changes a file inside |
|
@bors r=BoxyUwU rollup |
Miscellaneous const-generics-related fixes Fixes rust-lang#129209. Fixes rust-lang#131295. Fixes rust-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 Fixes rust-lang#129209. Fixes rust-lang#131295. Fixes rust-lang#139738.
|
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
|
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
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
Fixes #129209.
Fixes #131295.
Fixes #139738.