Wulf / tsync

Synchronize rust and typescript types!
Other
116 stars 10 forks source link

error[E0603]: enum `TokenTree` is private #11

Closed AnthonyMichaelTDM closed 1 year ago

AnthonyMichaelTDM commented 1 year ago

image

AnthonyMichaelTDM commented 1 year ago

this could be an issue with this crate, or with the quote crate

AnthonyMichaelTDM commented 1 year ago

did some investigating, the issue is related to quote version 1.0.26, solution is to downgrade to version 1.0.23

AnthonyMichaelTDM commented 1 year ago

a hotfix could be to specify version "1.0.23" for the quote crate, beyond that, maybe find another way to do what is currently done by using the private enum?