We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StaticVec: https://github.com/slightlyoutofphase/staticvec
I get the following error:
error: no rules expected the token `staticvec` --> src/main.rs:53:44 | 53 | counted_array::counted_array!(const GAMES: staticvec::StaticVec<Game> = compile_time_serde::deserialize_json!()); | ^^^^^^^^^ no rules expected this token in macro call
I can make more code available so please let me know if more context is needed.
CC @slightlyoutofphase
The text was updated successfully, but these errors were encountered:
I tried implementing it, but unfortunately it seems that macro_rule doesn't allow a type to be followed by a < for a reason I don't understand.
<
branch of my work: master...NilsIrl:vec_like_type
Sorry, something went wrong.
No branches or pull requests
StaticVec: https://github.com/slightlyoutofphase/staticvec
I get the following error:
I can make more code available so please let me know if more context is needed.
CC @slightlyoutofphase
The text was updated successfully, but these errors were encountered: