diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-03-01 13:39:41 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-03-01 13:39:41 -0500 |
| commit | b3c78fc29a66acd2d545f9562e8d21ef4d5ee1f9 (patch) | |
| tree | 2d2e412047f09961f6599180fdf591502dd6f65a | |
| parent | 5b91fc02f05420d62257be6e6616258f37609616 (diff) | |
| parent | 276e5582fcb13e36fe95f6089c4cd2a1f64d0ace (diff) | |
| download | rust-b3c78fc29a66acd2d545f9562e8d21ef4d5ee1f9.tar.gz rust-b3c78fc29a66acd2d545f9562e8d21ef4d5ee1f9.zip | |
Rollup merge of #31969 - brson:relnotes, r=alexcrichton
Same as https://github.com/rust-lang/rust/pull/31923 but without the submodule updates.
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/RELEASES.md b/RELEASES.md index d38d7667a73..5b5fefcc50a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -80,9 +80,6 @@ Libraries Misc ---- -* [The `--error-format=json` flag to `rustc` causes it to emit errors - in JSON format][1.7j]. This is an unstable flag and so also requires - the `-Z unstable-options` flag. * [When running tests with `--test`, rustdoc will pass `--cfg` arguments to the compiler][1.7dt]. * [The compiler is built with RPATH information by default][1.7rpa]. @@ -126,7 +123,6 @@ Compatibility Notes [1.7dta]: https://github.com/rust-lang/rust/pull/30394 [1.7f]: https://github.com/rust-lang/rust/pull/30672 [1.7h]: https://github.com/rust-lang/rust/pull/30818 -[1.7j]: https://github.com/rust-lang/rust/pull/30711 [1.7ll]: https://github.com/rust-lang/rust/pull/30663 [1.7m]: https://github.com/rust-lang/rust/pull/30381 [1.7p]: https://github.com/rust-lang/rust/pull/30681 |
