We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bd95d commit 0e98d9aCopy full SHA for 0e98d9a
compiler/rustc_middle/src/query/mod.rs
@@ -1164,8 +1164,7 @@ rustc_queries! {
1164
}
1165
1166
/// Check whether the function has any recursion that could cause the inliner to trigger
1167
- /// a cycle. Returns the call stack causing the cycle. The call stack does not contain the
1168
- /// current function, just all intermediate functions.
+ /// a cycle.
1169
query mir_callgraph_reachable(key: (ty::Instance<'tcx>, LocalDefId)) -> bool {
1170
fatal_cycle
1171
desc { |tcx|
0 commit comments