Skip to content

Commit fce3ce6

Browse files
committed
Always inline incremental_verify_ich
1 parent 45749b2 commit fce3ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_query_system/src/query/plumbing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ where
635635
Some((result, dep_node_index))
636636
}
637637

638-
#[inline]
638+
#[inline(always)]
639639
#[instrument(skip(tcx, dep_graph_data, result, hash_result, format_value), level = "debug")]
640640
pub(crate) fn incremental_verify_ich<Tcx, V>(
641641
tcx: Tcx,

0 commit comments

Comments
 (0)