mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix some FIXMEs
This commit is contained in:
parent
ba61766217
commit
74e5444f15
2 changed files with 57 additions and 44 deletions
|
@ -152,7 +152,7 @@ impl TryFrom<ModuleId> for CrateRootModuleId {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub struct ModuleId {
|
||||
krate: CrateId,
|
||||
/// If this `ModuleId` was derived from a `DefMap` for a block expression, this stores the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue