-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Updated RELEASES.md for 1.33.0 #58227
Conversation
Co-Authored-By: Aaronepower <[email protected]>
Shouldn't this mention a deprecation for |
Co-Authored-By: Aaronepower <[email protected]>
Co-Authored-By: Aaronepower <[email protected]>
Co-Authored-By: Aaronepower <[email protected]>
Co-Authored-By: Aaronepower <[email protected]>
I think using passive voice is more appropriate. For example, change
to
|
We use active voice everywhere else so we should stick to it; moreover, if you say "Item..." you need to say "An item..." or "Items from modules...". |
Co-Authored-By: Aaronepower <[email protected]>
@lzutao Using an active voice also more clearly shows that the |
Co-Authored-By: Aaronepower <[email protected]>
@bors r+ p=9 |
📌 Commit fda51c2 has been approved by |
Cherry-picked (and squashed) from rust-lang#58227.
@bors p=0 Will include in a rollup. |
Updated RELEASES.md for 1.33.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release
Updated RELEASES.md for 1.33.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release
Updated RELEASES.md for 1.33.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release
Updated RELEASES.md for 1.33.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release
Rollup of 16 pull requests Successful merges: - #58100 (Transition librustdoc to Rust 2018) - #58122 (RangeInclusive internal iteration performance improvement.) - #58199 (Add better error message for partial move) - #58227 (Updated RELEASES.md for 1.33.0) - #58353 (Check the Self-type of inherent associated constants) - #58453 (SGX target: fix panic = abort) - #58476 (Remove `LazyTokenStream`.) - #58526 (Special suggestion for illegal unicode curly quote pairs) - #58595 (Turn duration consts into associated consts) - #58609 (Allow Self::Module to be mutated.) - #58628 (Optimise vec![false; N] to zero-alloc) - #58643 (Don't generate minification variables if minification disabled) - #58648 (Update tests to account for cross-platform testing and miri.) - #58654 (Do not underflow after resetting unmatched braces count) - #58658 (Add expected/provided byte alignments to validation error message) - #58667 (Reduce Miri-related Code Repetition `like (n << amt) >> amt`) Failed merges: r? @ghost
Language | ||
-------- | ||
- [You can now use the `cfg(target_vendor)` attribute.][57465] E.g. | ||
`#[cfg(target_vendor="linux")] fn main() { println!("Hello Linux!"); }` |
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.
I don't think this example makes sense. Maybe use one of the vendors shown in the reference?
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.
cc @Mark-Simulacrum -- presumably we don't want to change this now because we already promoted beta=>stable... but we could merge it into nightly for posterity?
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.
PRs are welcome!
|
||
Compatibility Notes | ||
------------------- | ||
- The methods `str::{trim_left, trim_right, trim_left_matches, trim_right_matches}` |
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.
Well, I think it is also worth mentioning #[rustc_deprecated(since = "1.33.0", reason = "replaced by Error::source, which can support downcasting
Rendered
r? @Mark-Simulacrum
cc @rust-lang/release