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 7a52736 + bb9726b commit 1400323Copy full SHA for 1400323
compiler/rustc_middle/src/dep_graph/mod.rs
@@ -37,6 +37,7 @@ impl Deps for DepsType {
37
})
38
}
39
40
+ #[inline]
41
fn read_deps<OP>(op: OP)
42
where
43
OP: for<'a> FnOnce(TaskDepsRef<'a>),
0 commit comments