-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
0.3.0 breaks Rust 2018 style macro imports #10
Comments
This fixes issue #10, allowing importing the macros in Rust 2018
Should be fixed with commit c2dd597 |
Just released v0.3.1 with this fix. |
Commit d5994b6 broke this again. |
@gin-ahirsch OP's example works for me with 1.0. What error are you getting? |
Ah indeed, |
Ah, so my doc tests didn't catch that because I |
The following code no longer compiles as of 0.3.0:
Related: rust-lang-nursery/lazy-static.rs#107
The text was updated successfully, but these errors were encountered: