File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1749,6 +1749,7 @@ Language
1749
1749
- [You can now use `#[repr(transparent)]` on univariant `enum`s.][68122] Meaning
1750
1750
that you can create an enum that has the exact layout and ABI of the type
1751
1751
it contains.
1752
+ - [You can now use outer attribute procedural macros on inline modules.][64273]
1752
1753
- [There are some *syntax-only* changes:][67131]
1753
1754
- `default` is syntactically allowed before items in `trait` definitions.
1754
1755
- Items in `impl`s (i.e. `const`s, `type`s, and `fn`s) may syntactically
@@ -1810,6 +1811,7 @@ Compatibility Notes
1810
1811
[67935]: https://github.com/rust-lang/rust/pull/67935/
1811
1812
[68339]: https://github.com/rust-lang/rust/pull/68339/
1812
1813
[68122]: https://github.com/rust-lang/rust/pull/68122/
1814
+ [64273]: https://github.com/rust-lang/rust/pull/64273/
1813
1815
[67712]: https://github.com/rust-lang/rust/pull/67712/
1814
1816
[67887]: https://github.com/rust-lang/rust/pull/67887/
1815
1817
[67131]: https://github.com/rust-lang/rust/pull/67131/
You can’t perform that action at this time.
0 commit comments