Skip to content

Commit 39eaefc

Browse files
committed
Fixup conflict with r-l/r/126567
1 parent 7fd0c55 commit 39eaefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_const_eval/src/interpret/terminator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct EvaluatedCalleeAndArgs<'tcx, M: Machine<'tcx>> {
5454
args: Vec<FnArg<'tcx, M::Provenance>>,
5555
fn_sig: ty::FnSig<'tcx>,
5656
fn_abi: &'tcx FnAbi<'tcx, Ty<'tcx>>,
57-
/// True if the function is marked as `#[track_caller]` ([`ty::InstanceDef::requires_caller_location`])
57+
/// True if the function is marked as `#[track_caller]` ([`ty::InstanceKind::requires_caller_location`])
5858
with_caller_location: bool,
5959
}
6060

0 commit comments

Comments
 (0)