diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2018-10-25 16:00:39 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2018-10-25 16:00:39 +0200 |
| commit | ea5aad66b4fcfe34c5beb75004b79cc87bd7255c (patch) | |
| tree | fa62ab3d90cbb5a89c76d7bd5eac24d18922ec83 | |
| parent | 5443f7b017eb2e8cbb259094c2b3f0d95911c7ea (diff) | |
| parent | 7a39bc452b1fe03005a7c6eae20dfb28b9c61c6d (diff) | |
| download | rust-ea5aad66b4fcfe34c5beb75004b79cc87bd7255c.tar.gz rust-ea5aad66b4fcfe34c5beb75004b79cc87bd7255c.zip | |
Rollup merge of #55348 - pietroalbini:backport-stable-notes, r=pietroalbini
Backports the release notes update from stable to master. r? @ghost
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md index 1d888731e94..70a7dab7227 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -25,9 +25,6 @@ Language macros, it is recommended to export with the `#[macro_export(local_inner_macros)]` attribute so users won't have to import those macros. -- [`mod.rs` files are now optional.][54146] Previously, if you had a `foo` module - with a `bar` submodule, you would have `src/foo/mod.rs` and `src/foo/bar.rs`. - Now you can have `src/foo.rs` and `src/foo/bar.rs` to achieve the same effect. - [You can now catch visibility keywords (e.g. `pub`, `pub(crate)`) in macros using the `vis` specifier.][53370] - [Non-macro attributes now allow all forms of literals, not just |
