We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Into
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}"); }
The text was updated successfully, but these errors were encountered:
Duplicate of #5514
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: