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
I started learning Rust recently and I was checking the source code for reference so bear with me please. Isn't this a bug?
We are casting the length which is defined as usize to isize? if not why so?