Uh oh!
There was an error while loading. Please reload this page.
Allow generators to impl Clone/Copy - #101673
Conversation
Move it to the list of features with no tracking issue, since it has no tracking issue.
rustbot
commented
Sep 11, 2022
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
crlf0710
commented
Sep 11, 2022
cc #95360 |
This comment was marked as outdated.
This comment was marked as outdated.
oli-obk
commented
Sep 11, 2022
@bors r+ |
bors
commented
Sep 11, 2022
bors
commented
Sep 11, 2022
bors
commented
Sep 11, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Sep 11, 2022
Finished benchmarking commit (6f0c4a6): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
canndrew
commented
Sep 17, 2022
Ah, thanks tons @crlf0710 for picking this back up. I've been hella busy lately and let if fall by the wayside. Glad to see it made it in :) |
Revives #95137. It's a pity that the original pr didn't land because the implementation is almost complete! All credits goes to @canndrew, and i just resolved the merge conflicts and updated the feature gate version number.
r? @oli-obk