rust-analyzer/crates/syntax/src
bors[bot] bd6eeffb2f
Merge #6456
6456: Support record variants in extract_struct_from_enum_variant r=matklad a=Veykril

As requested :)

This also prevents the assist from being disabled if a definition in the value namespace exists with the same name as our new struct since that won't cause a collision

#4468

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2020-11-04 12:37:29 +00:00
..
ast Merge #6456 2020-11-04 12:37:29 +00:00
parsing Deny unreachable-pub 2020-11-02 14:07:08 +01:00
validation Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
algo.rs Do insertion lookahead in algo::diff 2020-10-26 16:03:37 +01:00
ast.rs Fix overflow panic in convert_interger_literal assist 2020-11-03 19:57:57 +01:00
display.rs Extract call_info and completion into separate crates 2020-10-18 13:09:00 +03:00
fuzz.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
lib.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
parsing.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
ptr.rs Document privacy invariant of SyntaxPtr 2020-10-06 20:06:14 +02:00
syntax_error.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
syntax_node.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
tests.rs Switch to expect_test from crates.io 2020-08-21 13:19:31 +02:00
validation.rs Add validation check for ambiguous trait objects 2020-10-06 23:52:00 +02:00