diff --git a/compiler/rustc_middle/src/dep_graph/mod.rs b/compiler/rustc_middle/src/dep_graph/mod.rs index 781e3e442e64c..40eab0a3ec99f 100644 --- a/compiler/rustc_middle/src/dep_graph/mod.rs +++ b/compiler/rustc_middle/src/dep_graph/mod.rs @@ -37,6 +37,7 @@ impl Deps for DepsType { }) } + #[inline] fn read_deps(op: OP) where OP: for<'a> FnOnce(TaskDepsRef<'a>),