mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Add Container enum to handle both kinds of container (impl/trait)
This commit is contained in:
parent
7650a44640
commit
4497e1d3ea
4 changed files with 58 additions and 17 deletions
|
@ -78,5 +78,5 @@ pub use self::code_model_api::{
|
|||
Function, FnSignature,
|
||||
StructField, FieldSource,
|
||||
Static, Const, ConstSignature,
|
||||
Trait, TypeAlias,
|
||||
Trait, TypeAlias, Container,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue