mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Implement basic completion for fields
This commit is contained in:
parent
0d724ea572
commit
ab0b63992b
10 changed files with 156 additions and 12 deletions
|
@ -44,6 +44,7 @@ pub use self::{
|
|||
module::{Module, ModuleId, Problem, nameres::{ItemMap, PerNs, Namespace}, ModuleScope, Resolution},
|
||||
function::{Function, FnScopes},
|
||||
adt::{Struct, Enum},
|
||||
ty::Ty,
|
||||
};
|
||||
|
||||
pub use self::function::FnSignatureInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue