Skip to content

Commit 11ae3c9

Browse files
committed
dbg
1 parent 3b10afa commit 11ae3c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/ty/query/plumbing.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ impl<'a, 'tcx, Q: QueryDescription<'tcx>> JobOwner<'a, 'tcx, Q> {
109109
///
110110
/// This function is inlined because that results in a noticeable speedup
111111
/// for some compile-time benchmarks.
112-
#[inline(always)]
112+
//#[inline(always)]
113+
// FIXME: Remove inline(never)
113114
pub(super) fn try_get(
114115
tcx: TyCtxt<'a, 'tcx, '_>,
115116
span: Span,

0 commit comments

Comments
 (0)