Fix comment
This commit is contained in:
parent
f3bd95d43c
commit
0e98d9a3f7
1 changed files with 1 additions and 2 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue