Add comment

This commit is contained in:
Aleksey Kladov 2020-01-14 17:52:42 +01:00
parent 4194e5c88c
commit 787d1aba63

View file

@ -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))
{