]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-39388.stderr
Update tests since ? macro op is supported on 2015.
[rust.git] / src / test / ui / issues / 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