rust/crates
bors 93c52e41ec Auto merge of #13160 - ChayimFriedman2:parse-parenthesized-type-path-with-coloncolon, r=jonas-schievink
fix: Parse TypePathFn with preceding `::`

e.g. `impl Fn::() -> ()`.

Fixes #13157. This was the problem, not that the path was not at the end.

I could unify the parsing of `::` of TypePathFn with that of generic arg list, but some code relies on the `::` of generic arg list to be inside it.
2022-09-01 21:00:14 +00:00
..
base-db Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
cfg
flycheck Pop an error notification when flycheck can't be restarted 2022-08-22 17:42:33 +02:00
hir Diagnose incorrect continue expressions 2022-09-01 14:41:38 +02:00
hir-def Remove unnecessary allocations 2022-08-31 18:05:52 +02:00
hir-expand Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00
hir-ty Properly handle break resolution inside non-breakable expressions 2022-09-01 14:54:47 +02:00
ide Auto merge of #12793 - lowr:fix/12739, r=Veykril 2022-08-31 08:28:12 +00:00
ide-assists Auto merge of #13120 - Austaras:master, r=jonas-schievink 2022-08-31 13:55:29 +00:00
ide-completion fix: Fix reference autocompletions using incorrect offsets in macro inputs 2022-08-23 14:29:59 +02:00
ide-db Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00
ide-diagnostics Properly handle break resolution inside non-breakable expressions 2022-09-01 14:54:47 +02:00
ide-ssr Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
limit
mbe fix: a bunch of typos 2022-08-17 21:44:58 +08:00
parser Auto merge of #13160 - ChayimFriedman2:parse-parenthesized-type-path-with-coloncolon, r=jonas-schievink 2022-09-01 21:00:14 +00:00
paths
proc-macro-api
proc-macro-srv Replace crossbeam with std's scoped threads 2022-08-22 14:55:13 +02:00
proc-macro-srv-cli
proc-macro-test
profile
project-model Update test fixtures 2022-08-25 21:07:24 +02:00
rust-analyzer Highlight namerefs by syntax until proc-macros have been loaded 2022-08-29 18:44:55 +02:00
sourcegen
stdx Update test fixtures 2022-08-25 21:07:24 +02:00
syntax Auto merge of #13161 - ChayimFriedman2:pi-is-zero, r=jonas-schievink 2022-09-01 20:51:22 +00:00
test-utils
text-edit
toolchain
tt
vfs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
vfs-notify Bump notify 2022-08-19 21:37:05 +03:00