-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Typing <
inserts gibberish
#12379
New issue
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
Comments
I am getting this also, rustc version 1.59, I tried the pre-release and release versions of RA from vscode, no change.
The |
This is fallout from #11830. |
bors
added a commit
that referenced
this issue
May 25, 2022
internal: Make autoclosing angle brackets configurable, disabled by default cc #12379
#12382 will disable this feature by default until we fix it properly (that is we either have to implement or put this behind a new lsp extension, we should probably prefer the latter) |
bors
added a commit
that referenced
this issue
May 25, 2022
internal: Make autoclosing angle brackets configurable, disabled by default cc #12379
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-analyzer version: 84be2ea 2022-05-23 stable
rustc version: rustc 1.60.0 (7737e0b5c 2022-04-04)
relevant settings: Didn't find any
Sometimes, typing
<
to specify generics inserts$0
, like here:The result is
let v: Vec<$0>
, which is invalid code.This started happening on the latest release.
The text was updated successfully, but these errors were encountered: