]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/macro-generated-macro.macro_linebreak_pre.html
Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk
[rust.git] / tests / rustdoc / macro-generated-macro.macro_linebreak_pre.html
1 macro_rules! linebreak {
2     (
3         <= 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
4         26 27 28 =>
5     ) => { ... };
6 }