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
pubstructFoo{v:u8,}impl<T:Into<usize>>From<T>forFoo{fnfrom(v:T) -> Self{let v = v.into();// RA thought the type of `v` is `u8` instead of `usize`.Foo{v: v asu8}}}
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
rust-analyzer version: rust-analyzer version: 0.3.2353-standalone (37acea8 2025-03-23)
rustc version: rustc 1.85.1 (4eb161250 2025-03-15)
editor:VsCode 1.98.2
editor or extension: rust-analyzer (VsCode): 0.3.2353
relevant settings: No special settings
repository link (if public, optional): N/A
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: