syn icon indicating copy to clipboard operation
syn copied to clipboard

error[E0432]: unresolved import `syn::ItemStruct`

Open yuxinyu12345 opened this issue 11 months ago • 1 comments

error[E0432]: unresolved import `syn::ItemStruct`
 --> bft-crdt-derive/src/lib.rs:9:39
  |
9 |     Data, DeriveInput, Field, Fields, ItemStruct, LitStr, Type
  |                                       ^^^^^^^^^^ no `ItemStruct` in the root

syn: 1.0.109 rust: stable-aarch64-apple-darwin (default) cargo:cargo 1.71.1 (7f1d04c00 2023-07-29)

i need you help, thanks.

yuxinyu12345 avatar Aug 24 '23 08:08 yuxinyu12345