mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
working for path segments
This commit is contained in:
parent
c4cff80269
commit
b9ee4a5167
4 changed files with 76 additions and 38 deletions
|
@ -155,7 +155,7 @@ pub(crate) struct ExprCtx {
|
|||
pub(crate) enum TypeLocation {
|
||||
TupleField,
|
||||
TypeAscription(TypeAscriptionTarget),
|
||||
GenericArgList(Option<ast::GenericArgList>),
|
||||
GenericArgList(Option<(ast::GenericArgList, Option<ast::GenericParam>)>),
|
||||
TypeBound,
|
||||
ImplTarget,
|
||||
ImplTrait,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue