You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug`
-->~/.cargo/registry/src/github.com-1ecc6299db9ec823/typescript-definitions-derive-0.1.10/src/attrs.rs:22:5
|
22 | pub ts_as: Option<syn::Type>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::ty::Type` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
|
= help: the trait `std::fmt::Debug` is not implemented for `syn::ty::Type`
= note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option<syn::ty::Type>`
= note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option<syn::ty::Type>`
= note: required for the cast to the object type `dyn std::fmt::Debug`
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: