Skip to content

Commit

Permalink
Remove ? macro separator compatibility note from 1.27 release notes
Browse files Browse the repository at this point in the history
The implementation has been reverted.
  • Loading branch information
pietroalbini committed Jun 16, 2018
1 parent a385095 commit b676b37
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ Compatibility Notes
will only print the inner type.][48553] e.g.
`print!("{:?}", AtomicBool::new(true))` will print `true`
not `AtomicBool(true)`.
- [`?` can no longer be a separator in macros.][49719] e.g. the following will
no longer compile.
```rust
macro_rules! barplus {
($(a)?+) => {}
}
```
- [The maximum number for `repr(align(N))` is now 2²⁹.][50378] Previously you
could enter higher numbers but they were not supported by LLVM. Up to 512MB
alignment should cover all use cases.
Expand Down

0 comments on commit b676b37

Please sign in to comment.