Skip to content

Commit 13b0f1a

Browse files
authored
Rollup merge of #86427 - hi-rustin:rustin-patch-release-note, r=Mark-Simulacrum
Updated release note close #77098 base on #78690
2 parents e435e32 + 87fb7cb commit 13b0f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,7 @@ Language
17491749
- [You can now use `#[repr(transparent)]` on univariant `enum`s.][68122] Meaning
17501750
that you can create an enum that has the exact layout and ABI of the type
17511751
it contains.
1752+
- [You can now use outer attribute procedural macros on inline modules.][64273]
17521753
- [There are some *syntax-only* changes:][67131]
17531754
- `default` is syntactically allowed before items in `trait` definitions.
17541755
- Items in `impl`s (i.e. `const`s, `type`s, and `fn`s) may syntactically
@@ -1810,6 +1811,7 @@ Compatibility Notes
18101811
[67935]: https://github.com/rust-lang/rust/pull/67935/
18111812
[68339]: https://github.com/rust-lang/rust/pull/68339/
18121813
[68122]: https://github.com/rust-lang/rust/pull/68122/
1814+
[64273]: https://github.com/rust-lang/rust/pull/64273/
18131815
[67712]: https://github.com/rust-lang/rust/pull/67712/
18141816
[67887]: https://github.com/rust-lang/rust/pull/67887/
18151817
[67131]: https://github.com/rust-lang/rust/pull/67131/

0 commit comments

Comments
 (0)