We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9328aba + dc1fbef commit baa11d5Copy full SHA for baa11d5
crates/ra_hir_def/src/path.rs
@@ -95,7 +95,7 @@ pub struct Path {
95
/// Note that paths like `<Type as Trait>::foo` are desugard to `Trait::<Self=Type>::foo`.
96
type_anchor: Option<Box<TypeRef>>,
97
mod_path: ModPath,
98
- /// Invariant: the same len as self.path.segments
+ /// Invariant: the same len as `self.mod_path.segments`
99
generic_args: Vec<Option<Arc<GenericArgs>>>,
100
}
101
0 commit comments