rust-analyzer/crates
bors[bot] c050e972a3
Merge #7386
7386: Handle box with allocator r=flodiebold a=tweksteen

In 1.49.0, the definition of Box was modified to support an optional
Allocator[1]. Adapt the parsing of the `box` keyword to supply the
expected number of parameters to the constructor.

[1] f288cd2e17

Fixes: #6956 


Co-authored-by: Thiébaud Weksteen <tweek@google.com>
2021-01-22 13:14:40 +00:00
..
assists Treat BlockExpr as a potential module origin 2021-01-20 20:05:48 +01:00
base_db Fix warnings when running cargo doc --document-private-items 2021-01-18 16:44:40 -05:00
cfg Upgrade expect-test to 1.1 2021-01-03 14:43:29 +01:00
completion Merge #7351 2021-01-19 19:07:33 +00:00
flycheck Unfreeze cargo_metadata 2021-01-11 08:27:16 -05:00
hir Fix broken link in intra-doc 2021-01-22 20:06:45 +09:00
hir_def Fix broken link in intra-doc 2021-01-22 20:06:45 +09:00
hir_expand Merge #7359 2021-01-20 16:09:22 +00:00
hir_ty Merge #7386 2021-01-22 13:14:40 +00:00
ide Merge #7348 2021-01-22 12:29:42 +00:00
ide_db Add name resolution query for block expressions 2021-01-21 15:22:17 +01:00
mbe ⬆️ rowan 2021-01-20 14:04:53 +03:00
parser Merge #7341 2021-01-18 23:19:53 +00:00
paths Add description for crates that will be published 2020-08-24 13:07:22 +02:00
proc_macro_api Enable serde_json unbounded_depth feature 2021-01-18 14:04:20 +02:00
proc_macro_srv cargo update 2021-01-18 13:13:24 -05:00
proc_macro_test Add description for crates that will be published 2020-08-24 13:07:22 +02:00
profile Include countme crate to count important data structures. 2021-01-21 19:30:52 +03:00
project_model Use AbsPath 2021-01-22 19:51:14 +08:00
rust-analyzer Include countme crate to count important data structures. 2021-01-21 19:30:52 +03:00
ssr . 2021-01-20 01:56:11 +03:00
stdx Fix warnings when running cargo doc --document-private-items 2021-01-18 16:44:40 -05:00
syntax Up lexer 2021-01-21 09:31:06 -05:00
test_utils Fixed typos in code comments 2021-01-09 15:41:29 +01:00
text_edit Avoid turning completion objects into builders 2020-11-16 23:16:41 +02:00
toolchain Add description for crates that will be published 2020-08-24 13:07:22 +02:00
tt Refactor TokenBuffer for reduc cloning 2021-01-05 02:00:46 +08:00
vfs Document vfs private items 2021-01-12 18:01:47 +01:00
vfs-notify Follow symlinks when walking project trees 2020-10-15 14:22:36 -04:00