Updated RELEASES.md for 1.33.0#58227
Conversation
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
|
Shouldn't this mention a deprecation for |
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
|
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 <Aaronepower@users.noreply.github.com>
|
@lzutao Using an active voice also more clearly shows that the |
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
|
@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.
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.
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?
|
|
||
| Compatibility Notes | ||
| ------------------- | ||
| - The methods `str::{trim_left, trim_right, trim_left_matches, trim_right_matches}` |
There was a problem hiding this comment.
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