We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c5e93 commit 2bf1353Copy full SHA for 2bf1353
src/librustc/ty/query/plumbing.rs
@@ -987,7 +987,7 @@ macro_rules! define_queries_inner {
987
DepConstructor::$node(tcx, *key)
988
}
989
990
- #[inline(never)]
+ #[inline]
991
fn compute(tcx: TyCtxt<'tcx>, key: Self::Key) -> Self::Value {
992
let provider = tcx.queries.providers.get(key.query_crate())
993
// HACK(eddyb) it's possible crates may be loaded after
0 commit comments