Closed jakevossen5 closed 3 years ago
yeah, caused by recent syn
update, I will try to fix it tomorrow. Meanwhile as temporary fix you can add lower version in your cargo.toml
[dev-dependencies]
syn="=1.0.56"
Should be fixed now, looks like it was originally caused by intellij-rust not respecting #[doc(hidden)]
attribute when automatically adding imports.
Running
cargo check
inbetter_typeid_derive
gives me this error (on stable and nightly)Seems like NuShell had a similar issue a bit ago and fixed it by pinning an older version of syn: https://github.com/nushell/nushell/issues/2867
Note I am actually here because of an issue with antlr4rust: https://github.com/rrevenantt/antlr4rust