mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
Prepare SourceAnalyzer for macros
This commit is contained in:
parent
ad10c4b8e2
commit
1c819fc8f6
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ fn def_with_body_from_child_node(
|
|||
/// original source files. It should not be used inside the HIR itself.
|
||||
#[derive(Debug)]
|
||||
pub struct SourceAnalyzer {
|
||||
// FIXME: this doesn't handle macros at all
|
||||
file_id: HirFileId,
|
||||
resolver: Resolver,
|
||||
body_owner: Option<DefWithBody>,
|
||||
|
|
Loading…
Reference in a new issue