Fixup conflict with r-l/r/126567
This commit is contained in:
parent
7fd0c55a1a
commit
39eaefc15d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ struct EvaluatedCalleeAndArgs<'tcx, M: Machine<'tcx>> {
|
||||||
args: Vec<FnArg<'tcx, M::Provenance>>,
|
args: Vec<FnArg<'tcx, M::Provenance>>,
|
||||||
fn_sig: ty::FnSig<'tcx>,
|
fn_sig: ty::FnSig<'tcx>,
|
||||||
fn_abi: &'tcx FnAbi<'tcx, Ty<'tcx>>,
|
fn_abi: &'tcx FnAbi<'tcx, Ty<'tcx>>,
|
||||||
/// 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`])
|
||||||
with_caller_location: bool,
|
with_caller_location: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue