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

Build failure without lockfile #67

Open
steffahn opened this issue Mar 27, 2023 · 1 comment · May be fixed by #68
Open

Build failure without lockfile #67

steffahn opened this issue Mar 27, 2023 · 1 comment · May be fixed by #68

Comments

@steffahn
Copy link

I'm getting a build failure when trying to build without a lockfile.

error[E0433]: failed to resolve: could not find `quote` in `__private`
  --> /home/frank/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-nono-0.1.9/src/check.rs:24:40
   |
24 |         let cfg_attr_path: syn::Path = syn::parse_quote!(cfg_attr);
   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `__private`
   |
   = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info)

(and a bunch more similar errors)

I haven't investigated anything yet, but at a first glance, it looks like presumably some dependency used to imply the quote feature of syn which appears to be used by cargo-nono even though the Cargo.toml does not specify it; in that case, probably just the quote feature would be needed in the Cargo.toml file. I might come around to test this hypothesis within the next days.

@matthias-stemmler matthias-stemmler linked a pull request Apr 11, 2023 that will close this issue
@matthias-stemmler
Copy link

It turned out that the printing and clone-impls features were missing. I created #68 for the fix.

redshiftzero added a commit to penumbra-zone/poseidon377 that referenced this issue Apr 19, 2023
redshiftzero added a commit to penumbra-zone/poseidon377 that referenced this issue Apr 19, 2023
NicolasKlenert added a commit to NicolasKlenert/enterpolation that referenced this issue Jun 3, 2023
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 a pull request may close this issue.

2 participants