We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Ord
IdAliasStore
1 parent a441bfd commit cb1e147Copy full SHA for cb1e147
chalk-solve/src/display/state.rs
@@ -43,7 +43,7 @@ enum UnifiedId<I: Interner> {
43
}
44
45
#[derive(Debug)]
46
-pub struct IdAliasStore<T: Ord> {
+pub struct IdAliasStore<T> {
47
/// Map from the DefIds we've encountered to a u32 alias id unique to all ids
48
/// the same name.
49
aliases: BTreeMap<T, u32>,
0 commit comments