0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-25 04:06:55 +01:00
rust/tests/rustdoc/macro-generated-macro.macro_linebreak_pre.html
2023-01-11 09:32:08 +00:00

6 lines
149 B
HTML

macro_rules! linebreak {
(
<= 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
26 27 28 =>
) => { ... };
}