Is your feature request related to a problem? Please describe.
#7810 is currently blocked because the MSRV is 1.71 (released 2023-07-13), but the PR requires the stabilization of const in mutable contexts as of 1.83 (released 2024-11-28).
Describe the solution you'd like
Since 1.83 is well beyond the 6-month policy, I propose that we bump the MSRV to at least 1.83.
Describe alternatives you've considered
No alternatives are viable because #7810 is blocked on the stabilization of const in mutable contexts.
Additional context
See #7810 for the motivation.
Is your feature request related to a problem? Please describe.
#7810 is currently blocked because the MSRV is 1.71 (released 2023-07-13), but the PR requires the stabilization of
constin mutable contexts as of 1.83 (released 2024-11-28).Describe the solution you'd like
Since 1.83 is well beyond the 6-month policy, I propose that we bump the MSRV to at least 1.83.
Describe alternatives you've considered
No alternatives are viable because #7810 is blocked on the stabilization of
constin mutable contexts.Additional context
See #7810 for the motivation.