aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-15 21:40:54 +0000
committerAleksey Kladov <[email protected]>2019-11-15 22:31:40 +0000
commit1c819fc8f66def9661c7640051a40e5e820acd71 (patch)
tree55a7dd071aefb86777b55d4e3ae8ff7e2fcbf86f
parentad10c4b8e2d81af7fc35a466cd434e2c3952bfd8 (diff)
Prepare SourceAnalyzer for macros
-rw-r--r--crates/ra_hir/src/source_binder.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_hir/src/source_binder.rs b/crates/ra_hir/src/source_binder.rs
index 540ddd0b5..633f3e913 100644
--- a/crates/ra_hir/src/source_binder.rs
+++ b/crates/ra_hir/src/source_binder.rs
@@ -90,7 +90,6 @@ fn def_with_body_from_child_node(
90/// original source files. It should not be used inside the HIR itself. 90/// original source files. It should not be used inside the HIR itself.
91#[derive(Debug)] 91#[derive(Debug)]
92pub struct SourceAnalyzer { 92pub struct SourceAnalyzer {
93 // FIXME: this doesn't handle macros at all
94 file_id: HirFileId, 93 file_id: HirFileId,
95 resolver: Resolver, 94 resolver: Resolver,
96 body_owner: Option<DefWithBody>, 95 body_owner: Option<DefWithBody>,