rust-analyzer/crates/ra_syntax
bors[bot] f1587ac263
Merge #4445
4445: Correctly fill default type parameters r=flodiebold a=montekki

Fixes #3877 

So, basically even if the parameters are omitted from the `impl` block, check the parameters in `trait` if they have a default type, and if they do go from `hir` to `ast::TypeArg`. I've added a helper for that but I am not sure that it's a proper way to go from `hir` to `ast` here.

Co-authored-by: Fedor Sakharov <fedor.sakharov@gmail.com>
2020-05-14 11:20:42 +00:00
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Merge #4445 2020-05-14 11:20:42 +00:00
test_data Fix parsing of blocks without { 2020-05-02 14:35:17 +02:00
Cargo.toml Bump deps 2020-05-01 15:29:03 +03:00