Skip to content

Commit 799538a

Browse files
committed
wip - remove
1 parent 2c6abd5 commit 799538a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/query/plumbing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl<'a, 'tcx, Q: QueryDescription<'tcx>> JobOwner<'a, 'tcx, Q> {
209209
///
210210
/// This function is inlined because that results in a noticeable speedup
211211
/// for some compile-time benchmarks.
212-
//#[inline(always)]
212+
#[inline(never)]
213213
// FIXME: Remove inline(never)
214214
pub(super) fn try_get(
215215
tcx: TyCtxt<'a, 'tcx, '_>,

0 commit comments

Comments
 (0)