-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Fix bad printing of const-eval queries #75710
Conversation
r? @oli-obk |
#3 [normalize_generic_arg_after_erasing_regions] normalizing `main::promoted[1]` | ||
#4 [optimized_mir] optimizing MIR for `main` | ||
#5 [collect_and_partition_mono_items] collect_and_partition_mono_items | ||
end of query stack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job on this testcase. :)
@bors r+ rollup |
📌 Commit ccb0493 has been approved by |
@bors r- CI is failing |
you need to set the |
@bors r+ rollup |
📌 Commit 9f57ea5506bf5df97150b72fc839c97a42801a79 has been approved by |
CI is still failing.
Are you sure that env var applies when compiling the program? "exec" makes it sound like it is about running the program. |
Using |
9f57ea5
to
bd71675
Compare
@bors r+ rollup |
📌 Commit bd71675 has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#75672 (Move to intra-doc links for task.rs and vec.rs) - rust-lang#75702 (Clean up E0759 explanation) - rust-lang#75703 (Enable stack-overflow detection on musl for non-main threads) - rust-lang#75710 (Fix bad printing of const-eval queries) - rust-lang#75716 (Upgrade Emscripten on CI to 1.39.20 ) - rust-lang#75731 (Suppress ty::Float in MIR comments of ty::Const) - rust-lang#75733 (Remove duplicated alloc vec bench push_all_move) - rust-lang#75743 (Rename rustc_lexer::TokenKind::Not to Bang) Failed merges: r? @ghost
Fixes: #75447
r? @RalfJung
cc @oli-obk