]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-39388.stderr
Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-Simulacrum
[rust.git] / tests / ui / macros / issue-39388.stderr
1 error: expected one of: `*`, `+`, or `?`
2   --> $DIR/issue-39388.rs:4:22
3    |
4 LL |     (($($a:tt)*) = ($($b:tt))*) => {
5    |                      ^^^^^^^
6
7 error: aborting due to previous error
8