]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-26094.stderr
Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz
[rust.git] / src / test / ui / issues / issue-26094.stderr
1 error[E0061]: this function takes 0 parameters but 1 parameter was supplied
2   --> $DIR/issue-26094.rs:13:9
3    |
4 LL |         $other(None)
5    |         ^^^^^^^^^^^^ expected 0 parameters
6 ...
7 LL | fn some_function() {}
8    | ------------------ defined here
9 ...
10 LL |     some_macro!(some_function);
11    |     --------------------------- in this macro invocation
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0061`.