Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 2532056

Browse files
committed
Auto merge of rust-lang#51591 - pietroalbini:release-notes-fix, r=Mark-Simulacrum
Remove `?` macro separator compatibility note from 1.27 release notes The implementation has been reverted in rust-lang#51417, so this no longer applies to 1.27.0. r? @Mark-Simulacrum
2 parents 61ba018 + b676b37 commit 2532056

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: 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)