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
If you provide an @inputstruct Use(...), this token will be rewritten by the macro such that the Rust compiler reinterprets it as an invalid syntax for the use keyword.
Reproducible Example
use crepe::crepe;crepe!{
@input
structUse(i32,i32);
@input
structNext(i32,i32);}
The text was updated successfully, but these errors were encountered:
Summary
If you provide an
@input
struct Use(...)
, this token will be rewritten by the macro such that the Rust compiler reinterprets it as an invalid syntax for theuse
keyword.Reproducible Example
The text was updated successfully, but these errors were encountered: