mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
88620b400e
make `OsString::new` and `PathBuf::new` unstably const Since #129041, `String::into_bytes` is `const`, which allows making `OsString::new` and `PathBuf::new` unstably const now. Not sure what the exact process for this is; does it need an ACP?