Skip to content

Commit d623836

Browse files
authored
Updated from feedback
1 parent 92218d0 commit d623836

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

RELEASES.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Language
1919
Compiler
2020
--------
2121

22-
- [LLVM backend upgraded to 4.0][40123]
2322
- [rustc can now emit mir with `--emit mir`][39891]
2423
- [Improved LLVM IR for trivial functions][40367]
2524
- [Added explanation for E0090(Wrong number of lifetimes are supplied)][40723]
@@ -64,10 +63,9 @@ Cargo
6463
You can now create new cargo projects with Pijul using `cargo new --vcs pijul`
6564
- [Now always emits build script warnings for crates that fail to build][cargo/3847]
6665
- [Added Android build support][cargo/3885]
67-
- [Added `--all-$KIND` flags][cargo/3901] now you can build all programs
68-
of a certain type, for example `cargo build --all-bins` will build all
66+
- [Added `--bins` and `--tests` flags][cargo/3901] now you can build all programs
67+
of a certain type, for example `cargo build --bins` will build all
6968
binaries.
70-
- [Test files are now allowed be named `test.rs`][cargo/3947]
7169
- [Added support for haiku][cargo/3952]
7270

7371
Misc
@@ -96,7 +94,6 @@ Compatibility Notes
9694
[39891]: https://github.com/rust-lang/rust/pull/39891
9795
[39983]: https://github.com/rust-lang/rust/pull/39983
9896
[40043]: https://github.com/rust-lang/rust/pull/40043
99-
[40123]: https://github.com/rust-lang/rust/pull/40123
10097
[40241]: https://github.com/rust-lang/rust/pull/40241
10198
[40338]: https://github.com/rust-lang/rust/pull/40338
10299
[40367]: https://github.com/rust-lang/rust/pull/40367
@@ -122,7 +119,6 @@ Compatibility Notes
122119
[cargo/3847]: https://github.com/rust-lang/cargo/pull/3847
123120
[cargo/3885]: https://github.com/rust-lang/cargo/pull/3885
124121
[cargo/3901]: https://github.com/rust-lang/cargo/pull/3901
125-
[cargo/3947]: https://github.com/rust-lang/cargo/pull/3947
126122
[cargo/3952]: https://github.com/rust-lang/cargo/pull/3952
127123
[`TryFrom`]: https://doc.rust-lang.org/std/convert/trait.TryFrom.html
128124
[`TryInto`]: https://doc.rust-lang.org/std/convert/trait.TryInto.html

0 commit comments

Comments
 (0)