Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os_str_str_ref_eq feature marked stable since 1.28.0 instead of 1.29.0 #54195

Closed
mmerickel opened this issue Sep 13, 2018 · 0 comments
Closed

Comments

@mmerickel
Copy link

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 be 1.29.0?

https://github.com/rust-lang/rust/blob/1.29.0/src/libstd/ffi/os_str.rs#L420-L432

kennytm added a commit to kennytm/rust that referenced this issue Sep 14, 2018
…=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.

Fixes rust-lang#54195.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant