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
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
v0.3.2053
code snippet to reproduce:
fntest2<A>(str:A)whereA:Into<String>,// does not work{let str = str.into();println!("{str}");}
The text was updated successfully, but these errors were encountered:
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.2053-standalone (fd74511 2024-07-28)
rustc version: (eg. output of
rustc -V
)rustc 1.82.0-nightly (8e86c9567 2024-08-01)
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
v0.3.2053
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: