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
There are quite a lot of incompatibility warnings, but only of 2 distinct types:
$ cargo report future-incompatibilities --id 1 --package [email protected] | grep warning: | sort -u
> = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
> = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
> warning: trailing semicolon in macro used in expression position
The text was updated successfully, but these errors were encountered:
There are quite a lot of incompatibility warnings, but only of 2 distinct types:
The text was updated successfully, but these errors were encountered: