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 is a bug in rustc that allows adding invalid trailing tokens to
the `assert!` macro call. They are currently ignored but are going to
produce errors in the future.
Fix assert! macro usage to add missing comma.
For more information, see
rust-lang/rust#60024 and
rust-lang/rust#60039
0 commit comments