-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
⬆️ rust-analyzer
#116136
⬆️ rust-analyzer
#116136
Conversation
…garding invocation strategy and location
Tested for two cases: 1. Simple Use 2. Complex Use
…arms, r=Veykril Deunwrap add_missing_match_arms Last subtask of rust-lang#15398
…ock, r=Veykril minor : Deunwrap convert_comment_block and desugar_doc_comment Closes subtask 13 of rust-lang#15398 . I still don't know a more idiomatic way for the for loops I added, any suggestion would make me happy.
extend check.overrideCommand and buildScripts.overrideCommand docs Extend check.overrideCommand and buildScripts.overrideCommand docs regarding invocation strategy and location. However something still seems a bit odd -- the docs for `invocationStrategy`/`invocationLocation` talk about "workspaces", but the setting that controls which workspaces are considered is called `linkedProjects`. Is a project the same as a workspace here or is there some subtle difference?
add option to show full function signatures in completion docs implements rust-lang#15538 with `"rust-analyzer.completion.fullFunctionSignatures.enable": false`: ![image](https://github.com/rust-lang/rust-analyzer/assets/59714841/ff739ad1-9975-461f-a62d-22c7823e7b71) with `"rust-analyzer.completion.fullFunctionSignatures.enable": true`: ![image](https://github.com/rust-lang/rust-analyzer/assets/59714841/9bc98300-cef6-44ef-a353-dcf35cd36fce)
…albasi minor: hover_simple refactor A minor refactor of `hover_simple` opportunity I noticed while skimming through the code. - `if let`s -> `match` - `iter::once(x).cycle` -> `iter::repeat` - `classify_token` -> `classify_node`
Some changes occurred in src/tools/rust-analyzer cc @rust-lang/rust-analyzer |
This comment has been minimized.
This comment has been minimized.
CC @HKalbasi
|
Hmm, is it renamed? It worked on my machine's nightly. |
Maybe |
Ah, I missed the It seems we should add |
This comment has been minimized.
This comment has been minimized.
add6ca3
to
2678cd3
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
Huh |
Do you have any idea why should this happen? It is a normal dependency without any cfg and things like that. |
Nope, maybe we should ask T-infra. |
No answers in https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/.22Can't.20find.20crate.22.20on.20RA.20sync.20PR, not sure what to do about future syncs. I didn't try to reproduce it locally though. |
r? @ghost