mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Suggest union literals, suggest union fields within an empty union literal
This commit is contained in:
parent
f27c0ef1cf
commit
6519b0a009
5 changed files with 167 additions and 11 deletions
|
@ -9,6 +9,7 @@ pub(crate) mod pattern;
|
|||
pub(crate) mod type_alias;
|
||||
pub(crate) mod struct_literal;
|
||||
pub(crate) mod compound;
|
||||
pub(crate) mod union_literal;
|
||||
|
||||
mod builder_ext;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue