This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments