mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
5b2cad5162
Move `freeze_*` methods to `OpenOptionsExt2` Move the unstable `freeze_last_access_time` and `freeze_last_write_time` from `OpenOptionsExt` to a new `OpenOptionsExt2` trait. This should fix rust-lang/rust#153486.