Skip to content

Commit 9107948

Browse files
committed
fix
1 parent cebb78c commit 9107948

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/ty/query/plumbing.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ impl<'a, 'tcx, Q: QueryDescription<'tcx>> JobOwner<'a, 'tcx, Q> {
182182
///
183183
/// This function is inlined because that results in a noticeable speedup
184184
/// for some compile-time benchmarks.
185-
#[inline(never)]
186-
// FIXME: Remove inline(never)
185+
#[inline(always)]
187186
pub(super) fn try_get(
188187
tcx: TyCtxt<'a, 'tcx, '_>,
189188
span: Span,

0 commit comments

Comments
 (0)