Move freeze_* methods to OpenOptionsExt2#153491
Move freeze_* methods to OpenOptionsExt2#153491ChrisDenton wants to merge 1 commit intorust-lang:mainfrom
freeze_* methods to OpenOptionsExt2#153491Conversation
|
r? @joboet rustbot has assigned @joboet. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
r? libs-api |
|
Is the intent to make a stable point release for this? |
|
Given that as mentioned
Nominating for 1.95 beta / 1.94.1 stable backports for T-libs/T-libs-api judgement call. |
|
Seems reasonable. Could you please add a (non-doc) comment to |
Move the unstable
freeze_last_access_timeandfreeze_last_write_timefromOpenOptionsExtto a newOpenOptionsExt2trait. This should fix #153486.