rust-analyzer/crates/ra_lsp_server
bors[bot] 1d6dcef5c5 Merge #332
332: Struct types r=matklad a=flodiebold

Infer types for struct fields, and add basic field completions. There's also some code for enums, but I focused on getting structs working.

There's still ways to go before this becomes useful: There's no autoderef (or even reference types) and no inference for `self`, for example.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2018-12-27 10:08:34 +00:00
..
src Merge #332 2018-12-27 10:08:34 +00:00
tests/heavy_tests fix the test 2018-12-27 12:54:59 +03:00
Cargo.toml remove explicit serde_derive 2018-12-21 22:39:59 +03:00