rust/tests/ui/macros/missing-semi.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
180 B
Plaintext
Raw Normal View History

error: expected `;`, found `(`
--> $DIR/missing-semi.rs:6:5
|
LL | () => {
| ^ no rules expected this token in macro call
error: aborting due to 1 previous error