-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Added a codegen test for optimization with const arrays #134852
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
This comment has been minimized.
This comment has been minimized.
@bors r+ rollup |
(For next time, it would be cool to squash commits) |
If it's not too late, I can squash this now? |
If you have the time, sure, otherwise don’t worry about it. |
it’s not in a rollup yet so there’s still time, so here’s a temporary: @bors r- |
Done |
Thanks Alex! @bors r=durin42 rollup |
Rollup of 3 pull requests Successful merges: - rust-lang#134849 (compiletest: Slightly simplify the handling of debugger directive prefixes) - rust-lang#134850 (Document virality of `feature(rustc_private)`) - rust-lang#134852 (Added a codegen test for optimization with const arrays) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#134852 - alex:patch-1, r=durin42 Added a codegen test for optimization with const arrays Closes rust-lang#107208
Closes #107208