We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
?
1 parent 5943c87 commit b090889Copy full SHA for b090889
RELEASES.md
@@ -92,13 +92,6 @@ Compatibility Notes
92
will only print the inner type.][48553] e.g.
93
`print!("{:?}", AtomicBool::new(true))` will print `true`
94
not `AtomicBool(true)`.
95
-- [`?` can no longer be a separator in macros.][49719] e.g. the following will
96
- no longer compile.
97
- ```rust
98
- macro_rules! barplus {
99
- ($(a)?+) => {}
100
- }
101
- ```
102
- [The maximum number for `repr(align(N))` is now 2²⁹.][50378] Previously you
103
could enter higher numbers but they were not supported by LLVM. Up to 512MB
104
alignment should cover all use cases.
0 commit comments