mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Add comment
This commit is contained in:
parent
4194e5c88c
commit
787d1aba63
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ fn process_definition(
|
|||
}
|
||||
}
|
||||
// FIXME: reuse sb
|
||||
// See https://github.com/rust-lang/rust/pull/68198#issuecomment-574269098
|
||||
let mut sb = SourceBinder::new(db);
|
||||
if let Some(d) = classify_name_ref(&mut sb, InFile::new(file_id.into(), &name_ref))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue