Open iamanonymouscs opened 1 year ago
Looks like :expr
isn't matching attributes
Looks like
:expr
isn't matching attributes
Is this an issue with the code itself or an internal error in the compiler? I initially thought it was an internal issue with the compiler when encountering the BUG
statement. Of course, there are syntax errors in the code itself.
If rustc
accepts that code, then it's a mrustc bug and will be addressed next time I do a push to clean up tickets.
Code
$ cat 2.rs
code:It seems that the macro expansion failed to match any arms in the cbor_map! macro definition.
Command
mrustc -L output-1.54.0 2.rs
Output
Version
I build the mrustc by using
build-1.54.0.sh
mrustc --version