Closed lh123 closed 2 weeks ago
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rustc version: rustc 1.81.0 (eeb90cda1 2024-09-04)
editor or extension: VSCode
code snippet to reproduce:
// add your code here fn test<T: Into<String>>(t: T) { let v = t.into(); println!("{v}"); }
Duplicate of #5514
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rustc version: rustc 1.81.0 (eeb90cda1 2024-09-04)
editor or extension: VSCode
code snippet to reproduce: