mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
![Markus Westerlind](/assets/img/avatar_default.png)
Due to `format_snippet` formatting the input with \r\n the subtraction would wouldn't give a length that removed the } Fixes #2641
4 lines
35 B
Rust
4 lines
35 B
Rust
macro_rules! a {
|
|
() => {{}};
|
|
}
|