enable fuzzing of SearchGraph
fully move it into `rustc_type_ir` and make it independent of `Interner`.
This commit is contained in:
parent
f56b2074c6
commit
15f770b143
13 changed files with 986 additions and 761 deletions
|
@ -40,7 +40,7 @@ impl<Key: Eq + Hash, Value: Clone> Cache<Key, Value> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Eq, PartialEq)]
|
||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||
pub struct WithDepNode<T> {
|
||||
dep_node: DepNodeIndex,
|
||||
cached_value: T,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue