You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…=estebank
Fix the stable release of os_str_str_ref_eq
This was added and stabilized in commit 0250302, but while that
claimed to be for 1.28.0, it didn't actually make it until 1.29.0.
Fixesrust-lang#54195.
I noticed that https://blog.rust-lang.org/2018/09/13/Rust-1.29.html mentioned #51178 and it is marked
#[stable(feature = "os_str_str_ref_eq", since = "1.28.0")]
. Shouldn't that be1.29.0
?https://github.com/rust-lang/rust/blob/1.29.0/src/libstd/ffi/os_str.rs#L420-L432
The text was updated successfully, but these errors were encountered: