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

release notes for 1.65.0 did not mention moving Error trait into core #106122

Closed
tspiteri opened this issue Dec 24, 2022 · 3 comments
Closed

release notes for 1.65.0 did not mention moving Error trait into core #106122

tspiteri opened this issue Dec 24, 2022 · 3 comments

Comments

@tspiteri
Copy link
Contributor

#99917 moved Error into core for 1.65.0, but it was not mentioned in the release notes.

It also is confusing that the API doc for core::error::Error says it is since 1.0.0, when it was only in std since 1.0.0.

@CryZe
Copy link
Contributor

CryZe commented Dec 24, 2022

It's not stable yet, but yeah that definitely is confusingly documented.

@tspiteri
Copy link
Contributor Author

tspiteri commented Dec 24, 2022

Oh, in the API documentation core::error is marked as experimental but core::error::Error is not. Trying to use core::error::Error does generate an error though, so it's just the docs.

@dtolnay
Copy link
Member

dtolnay commented Feb 17, 2023

Changes that are only observable to nightly are almost never covered in release notes. Something is featured in release notes when it is stabilized.

Regarding "Since" version, I don't think there is any mechanism to render a different "Since" version for the same struct in two places.

@dtolnay dtolnay closed this as completed Feb 17, 2023
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

3 participants