mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
fixme comment
This commit is contained in:
parent
2caac99ef3
commit
2d4582bfc6
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ use crate::{
|
|||
|
||||
/// Item map is the result of the name resolution. Item map contains, for each
|
||||
/// module, the set of visible items.
|
||||
// FIXME: currenty we compute item map per source-root. We should do it per crate instead.
|
||||
#[derive(Default, Debug, PartialEq, Eq)]
|
||||
pub struct ItemMap {
|
||||
pub per_module: FxHashMap<ModuleId, ModuleScope>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue