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

Enabling proc-macro2/nightly breaks this crate #23

Closed
kdy1 opened this issue Mar 3, 2018 · 0 comments
Closed

Enabling proc-macro2/nightly breaks this crate #23

kdy1 opened this issue Mar 3, 2018 · 0 comments

Comments

@kdy1
Copy link
Contributor

kdy1 commented Mar 3, 2018

error[E0433]: failed to resolve. Could not find `darling` in `{{root}}`
 --> macros\ast_node\src\spanned.rs:3:17
  |
3 | #[derive(Debug, FromMetaItem)]
  |                 ^^^^^^^^^^^^ Could not find `darling` in `{{root}}`

This is a known issue. dtolnay/proc-macro2#67

quote! use Span::def_site() by default, which is internally Span::call_site() on stable.

kdy1 added a commit to kdy1/darling that referenced this issue Mar 4, 2018
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

No branches or pull requests

1 participant