We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd0c55 commit 39eaefcCopy full SHA for 39eaefc
compiler/rustc_const_eval/src/interpret/terminator.rs
@@ -54,7 +54,7 @@ struct EvaluatedCalleeAndArgs<'tcx, M: Machine<'tcx>> {
54
args: Vec<FnArg<'tcx, M::Provenance>>,
55
fn_sig: ty::FnSig<'tcx>,
56
fn_abi: &'tcx FnAbi<'tcx, Ty<'tcx>>,
57
- /// True if the function is marked as `#[track_caller]` ([`ty::InstanceDef::requires_caller_location`])
+ /// True if the function is marked as `#[track_caller]` ([`ty::InstanceKind::requires_caller_location`])
58
with_caller_location: bool,
59
}
60
0 commit comments