-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello, I was trying to build procul but was met with this error:
error[E0432]: unresolved import `syn::export`
--> /home/cjunior/.cargo/registry/src/github.com-1ecc6299db9ec823/enumset_derive-0.5.0/src/lib.rs:10:10
|
10 | use syn::export::Span;
| ^^^^^^ could not find `export` in `syn`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: could not compile `enumset_derive`
I did ask around at Rust's Discord and they said that it was probably was a semver-incompatible breaking change in the syn crate.
I tried updating the dependencies which didn't fix the issue, too.
Metadata
Metadata
Assignees
Labels
No labels