mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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
|
// FIXME: reuse sb
|
||||||
|
// See https://github.com/rust-lang/rust/pull/68198#issuecomment-574269098
|
||||||
let mut sb = SourceBinder::new(db);
|
let mut sb = SourceBinder::new(db);
|
||||||
if let Some(d) = classify_name_ref(&mut sb, InFile::new(file_id.into(), &name_ref))
|
if let Some(d) = classify_name_ref(&mut sb, InFile::new(file_id.into(), &name_ref))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue