Suggest union literals, suggest union fields within an empty union literal

This commit is contained in:
Morgan Thomas 2022-03-12 06:58:43 -08:00
parent f27c0ef1cf
commit 6519b0a009
5 changed files with 167 additions and 11 deletions

View file

@ -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;