Skip to content

Commit b090889

Browse files
committed
Remove ? macro separator compatibility note from 1.27 release notes
The implementation has been reverted.
1 parent 5943c87 commit b090889

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

RELEASES.md

-7
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ Compatibility Notes
9292
will only print the inner type.][48553] e.g.
9393
`print!("{:?}", AtomicBool::new(true))` will print `true`
9494
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-
```
10295
- [The maximum number for `repr(align(N))` is now 2²⁹.][50378] Previously you
10396
could enter higher numbers but they were not supported by LLVM. Up to 512MB
10497
alignment should cover all use cases.

0 commit comments

Comments
 (0)