constify slice_as_chunks (unstable)#111453
Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
I'll go ahead and just approve since this is unstable and I think fairly obvious yes surface area. @bors r+ |
…-Simulacrum constify `slice_as_chunks` (unstable) Tracking issue: rust-lang#74985 Nothing complicated required; just adding `const` to the declarations.
|
Ah, of course, #108273 won the race. |
Tracking issue: 74985 Nothing complicated required; just adding `const` to the declarations.
66eccac to
62fcebd
Compare
|
Yay, no lib.rs update needed now. @bors r=Mark-Simulacrum |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (7047d97): 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 641.28s -> 640.962s (-0.05%) |
Tracking issue: #74985
Nothing complicated required; just adding
constto the declarations.