mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
4c9ef93df7
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 {
|
|
() => {{}};
|
|
}
|