mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +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
34 B
Rust
4 lines
34 B
Rust
macro_rules! a {
|
|
() => {{}}
|
|
}
|