Skip to content
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

Fix error with undefined symbol "tinystr_macros" at call sites #27

Merged
merged 3 commits into from
Oct 13, 2020

Conversation

sffc
Copy link
Collaborator

@sffc sffc commented Oct 13, 2020

Sorry... one more release. I think this can be 0.4.1

@sffc sffc requested a review from zbraniecki October 13, 2020 07:03
@sffc
Copy link
Collaborator Author

sffc commented Oct 13, 2020

This fixes the following error when using the macro in another crate:

error[E0433]: failed to resolve: use of undeclared type or module `tinystr_macros`
  --> components/locale/src/lib.rs:64:34
   |
64 |     const X: tinystr::TinyStr8 = tinystr::tinystr8!("hello");
   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `tinystr_macros`
   |
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

@zbraniecki zbraniecki merged commit 6b8ad17 into zbraniecki:master Oct 13, 2020
@sffc sffc deleted the fix-macro-export branch October 13, 2020 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants