Fix comment

This commit is contained in:
Michael Goulet 2025-01-18 21:50:03 +00:00
parent f3bd95d43c
commit 0e98d9a3f7

View file

@ -1164,8 +1164,7 @@ rustc_queries! {
}
/// Check whether the function has any recursion that could cause the inliner to trigger
/// a cycle. Returns the call stack causing the cycle. The call stack does not contain the
/// current function, just all intermediate functions.
/// a cycle.
query mir_callgraph_reachable(key: (ty::Instance<'tcx>, LocalDefId)) -> bool {
fatal_cycle
desc { |tcx|