Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/attrs.rs')
| -rw-r--r-- | crates/hir/src/attrs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir/src/attrs.rs b/crates/hir/src/attrs.rs index 7e83819a4f..59603c6112 100644 --- a/crates/hir/src/attrs.rs +++ b/crates/hir/src/attrs.rs @@ -149,6 +149,7 @@ fn resolve_doc_path( }; let modpath = { + // FIXME: this is not how we should get a mod path here let ast_path = ast::SourceFile::parse(&format!("type T = {};", link)) .syntax_node() .descendants() |