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.
2 parents aeed63b + 2738f2c commit 433ef82Copy full SHA for 433ef82
src/librustc/dep_graph/dep_node.rs
@@ -423,17 +423,6 @@ impl DefId {
423
}
424
425
426
-impl DepKind {
427
- #[inline]
428
- pub fn fingerprint_needed_for_crate_hash(self) -> bool {
429
- match self {
430
- DepKind::HirBody |
431
- DepKind::Krate => true,
432
- _ => false,
433
- }
434
435
-}
436
-
437
define_dep_nodes!( <'tcx>
438
// We use this for most things when incr. comp. is turned off.
439
[] Null,
0 commit comments