mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Merge #3684
3684: ra_hir_def: fix typo r=edwin0cheng a=Veetaha Co-authored-by: veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
baa11d52f4
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ pub struct Path {
|
||||||
/// Note that paths like `<Type as Trait>::foo` are desugard to `Trait::<Self=Type>::foo`.
|
/// Note that paths like `<Type as Trait>::foo` are desugard to `Trait::<Self=Type>::foo`.
|
||||||
type_anchor: Option<Box<TypeRef>>,
|
type_anchor: Option<Box<TypeRef>>,
|
||||||
mod_path: ModPath,
|
mod_path: ModPath,
|
||||||
/// Invariant: the same len as self.path.segments
|
/// Invariant: the same len as `self.mod_path.segments`
|
||||||
generic_args: Vec<Option<Arc<GenericArgs>>>,
|
generic_args: Vec<Option<Arc<GenericArgs>>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue