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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Types are currently represented as syn::Type. The goal is to re-implement a type, for internal-use only. The goal is to make it simpler, so that less breaking changes are incorrectly detected. Ideally we could also resolve path/imports during the conversion syn::Type -> cargo_breaking::Type.
Types are currently represented as
syn::Type
. The goal is to re-implement a type, for internal-use only. The goal is to make it simpler, so that less breaking changes are incorrectly detected. Ideally we could also resolve path/imports during the conversionsyn::Type -> cargo_breaking::Type
.This issue is part of #2.
The text was updated successfully, but these errors were encountered: