-
Notifications
You must be signed in to change notification settings - Fork 13k
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.9 #32892
Release notes for 1.9 #32892
Conversation
--------------- | ||
|
||
* [`std::panic`] | ||
* [`std::panic::catch_unwind`][] (renamed from `recover`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad links?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These renames didn't actually exist on master yet when I was writing the notes, and still haven't been published in a nightly.
"Most types implement fmt::Debug." and "HashMap, HashSet and iterators are covariant." both link to the wrong PR |
* [`std::sync::Once` is poisoned if its initialization function | ||
fails][1.9o]. | ||
* [`cell::Ref` and `cell::RefMut` can contain unsized types][1.9cu]. | ||
* [Most types implement `fmt::Debug`][1.9db]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad link.
r=me when this is ready to go |
Thanks for the reviews. |
@bors r=alexcrichton |
📌 Commit bbcfcfc has been approved by |
No description provided.