rust/library/std/src/sys/os_str
Matthias Krüger 88620b400e
Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=Amanieu
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?
2025-06-04 07:54:33 +02:00
..
bytes std: move OS String implementation into sys 2024-01-15 16:26:25 +01:00
bytes.rs make OsString::new and PathBuf::new unstably const 2025-05-24 22:33:11 +02:00
mod.rs forbid(unsafe_op_in_unsafe_fn) in sys/os_str 2024-07-17 05:52:38 +00:00
wtf8.rs Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=Amanieu 2025-06-04 07:54:33 +02:00