You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling at51 v0.4.2 (/home/toto/at51)
error: no rules expected the token `,`
--> src/stat.rs:133:80
|
133 | InsType::LJMP | InsType::LCALL | InsType::AJMP | InsType::ACALL,
| ^ no rules expected this token in macro call
error: aborting due to previous error
error: could not compile `at51`.
I think we juste have to remove the comma in src/stat.rs at line 133, and it works.
BR,
The text was updated successfully, but these errors were encountered:
Ah sorry, looks like trailing commas in matches macros only got introduced in rust version 1.48, i updated it so now it can now compile with rust version 1.43
Hello,
I get an error when I do the cargo build:
I think we juste have to remove the comma in src/stat.rs at line 133, and it works.
BR,
The text was updated successfully, but these errors were encountered: