rust/crates
bors 9973b11218 Auto merge of #15012 - lowr:patch/generate-fn-async-ret-ty, r=HKalbasi
Infer return type for async function in `generate_function`

Part of #10122

In `generate_function` assist, when we infer the return type of async function we're generating, we should retrieve the type of parent await expression rather than the call expression itself.
2023-06-09 09:00:45 +00:00
..
base-db Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
cfg Allow setting cfgs 2023-05-28 13:43:21 +02:00
flycheck Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
hir update assist to include more literals 2023-06-06 00:34:00 +02:00
hir-def Fix unwrap on None in expanding format args 2023-06-08 00:17:22 +03:30
hir-expand Fix unwrap on None in expanding format args 2023-06-08 00:17:22 +03:30
hir-ty fix: only generate trait bound for associated types in field types 2023-06-07 20:52:49 +09:00
ide Auto merge of #14950 - HKalbasi:render-const, r=HKalbasi 2023-06-02 13:59:47 +00:00
ide-assists Infer return type for async function in generate_function 2023-06-09 00:32:52 +09:00
ide-completion Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
ide-db Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
ide-diagnostics Fix missing terminator for slice pattern 2023-06-04 20:59:27 +03:30
ide-ssr internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
intern Remove double lookups from Interned 2023-05-24 12:54:25 +02:00
limit
mbe Implement ${count()} metavariable expression 2023-05-28 19:54:36 +09:00
parser fix: assignment operators are right associative 2023-06-03 19:58:35 +09:00
paths
proc-macro-api Merge remote-tracking branch 'upstream/master' into sync-from-rust 2023-06-05 11:07:47 +03:00
proc-macro-srv Merge remote-tracking branch 'upstream/master' into sync-from-rust 2023-06-05 11:07:47 +03:00
proc-macro-srv-cli
proc-macro-test
profile
project-model fix: Don't duplicate sysroot crates in rustc workspace 2023-05-31 15:37:35 +02:00
rust-analyzer Auto merge of #14997 - lnicola:fix-warning, r=Veykril 2023-06-08 15:48:58 +00:00
sourcegen
stdx Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00
syntax Auto merge of #14842 - alibektas:internal/ast-make-improve, r=Veykril 2023-05-30 16:09:46 +00:00
test-utils Update builtin attribute list 2023-06-04 10:02:11 +02:00
text-edit
toolchain
tt
vfs Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril 2023-05-24 11:13:52 +00:00
vfs-notify Wrap platform-specific QoS in r-a-specific “thread intent” 2023-05-28 20:37:38 +10:00