about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-06-21 09:42:16 +0900
committerGitHub <noreply@github.com>2021-06-21 09:42:16 +0900
commit13b0f1a29b362523343baa9ad7a38c1b49fbcfae (patch)
tree8699acf4b4c363db795278fc81c9250cf25b63b5
parente435e3259dc61cfae8cfae26e49eb21a7a9b438b (diff)
parent87fb7cb58f48e047f46777c925aa9b124dd77d91 (diff)
downloadrust-13b0f1a29b362523343baa9ad7a38c1b49fbcfae.tar.gz
rust-13b0f1a29b362523343baa9ad7a38c1b49fbcfae.zip
Rollup merge of #86427 - hi-rustin:rustin-patch-release-note, r=Mark-Simulacrum
Updated release note

close https://github.com/rust-lang/rust/issues/77098

base on https://github.com/rust-lang/rust/pull/78690
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 4b753a2b32f..2b159e7d004 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1749,6 +1749,7 @@ Language
 - [You can now use `#[repr(transparent)]` on univariant `enum`s.][68122] Meaning
   that you can create an enum that has the exact layout and ABI of the type
   it contains.
+- [You can now use outer attribute procedural macros on inline modules.][64273]  
 - [There are some *syntax-only* changes:][67131]
    - `default` is syntactically allowed before items in `trait` definitions.
    - Items in `impl`s (i.e. `const`s, `type`s, and `fn`s) may syntactically
@@ -1810,6 +1811,7 @@ Compatibility Notes
 [67935]: https://github.com/rust-lang/rust/pull/67935/
 [68339]: https://github.com/rust-lang/rust/pull/68339/
 [68122]: https://github.com/rust-lang/rust/pull/68122/
+[64273]: https://github.com/rust-lang/rust/pull/64273/
 [67712]: https://github.com/rust-lang/rust/pull/67712/
 [67887]: https://github.com/rust-lang/rust/pull/67887/
 [67131]: https://github.com/rust-lang/rust/pull/67131/