Get rid of the hir_owner query.

This commit is contained in:
Camille GILLOT
2024-01-15 22:31:02 +00:00
parent 92f2e0aa62
commit b99c3ae6d6
7 changed files with 42 additions and 77 deletions

View File

@@ -57,8 +57,7 @@ const BASE_FN: &[&str] = &[
/// DepNodes for Hir, which is pretty much everything
const BASE_HIR: &[&str] = &[
// hir_owner and hir_owner_nodes should be computed for all nodes
label_strs::hir_owner,
// hir_owner_nodes should be computed for all nodes
label_strs::hir_owner_nodes,
];