-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
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
could not find fmt in core
when upgrading to 0.25
#284
Comments
could not find
fmt in
core`` when upgrading to 0.25could not find
fmt
in
core`` when upgrading to 0.25
could not find
fmt
in
core`` when upgrading to 0.25could not find \
fmt\ in
core` when upgrading to 0.25
could not find \
fmt\ in
core` when upgrading to 0.25 could not find
fmt in
core
` when upgrading to 0.25
could not find
fmt in
core
` when upgrading to 0.25 could not find
fmt in
core
`` when upgrading to 0.25
could not find
fmt in
core
`` when upgrading to 0.25could not find fmt in core
when upgrading to 0.25
OK, I've partly determined what is going wrong here. I have an imported module called It seems like the solution here is to refer to |
kraktus
added a commit
to kraktus/strum
that referenced
this issue
Jul 26, 2023
Peternator7
pushed a commit
that referenced
this issue
Jul 29, 2023
* Add test to ensure macro call `::core`-related functions Avoiding local core modules to break the macro-generated code. Currently failing due to issue with `EnumIter` macros. * Fix macro of `EnumIter` close #284 --------- Co-authored-by: kraktus <kraktus@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to upgrade a codebase which compiles with strum 0.24.1 to 0.25.0 (strum_macros at 0.25.1) I get this error when compiling, which seems to be related to the derivation of
EnumIter
.The text was updated successfully, but these errors were encountered: