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
fix: use unsuffixed numeric literal for tuple index
See <rust-lang/rust#60210> for more context.
This has been a future-incompatibility warning since Rust 1.27, where
tuple index subexpressions with invalid suffixes (in this case,
`.0usize`) was erroneously accidentally accepted. This will become a
hard error in Rust 1.91 after
<rust-lang/rust#145463> rejects the remaining
carve-outs.
0 commit comments