Skip to content

Commit f0c9eec

Browse files
committed
fix
1 parent fed1612 commit f0c9eec

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)