diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2025-03-28 10:01:29 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2025-04-07 16:53:11 -0300 |
| commit | b078564fe627922790917d8d8a9b28a8877a8028 (patch) | |
| tree | d58b125b47bac54e513cc26cb983ea83561535d5 /compiler/rustc_mir_build/src/builder/expr | |
| parent | e643f59f6da3a84f43e75dea99afaa5b041ea6bf (diff) | |
| download | rust-b078564fe627922790917d8d8a9b28a8877a8028.tar.gz rust-b078564fe627922790917d8d8a9b28a8877a8028.zip | |
Make use generated TerminatorKind::Call have call_source Use
Diffstat (limited to 'compiler/rustc_mir_build/src/builder/expr')
| -rw-r--r-- | compiler/rustc_mir_build/src/builder/expr/into.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_build/src/builder/expr/into.rs b/compiler/rustc_mir_build/src/builder/expr/into.rs index 333e69475c5..a9a07997410 100644 --- a/compiler/rustc_mir_build/src/builder/expr/into.rs +++ b/compiler/rustc_mir_build/src/builder/expr/into.rs @@ -328,7 +328,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> { destination, target: Some(success), unwind: UnwindAction::Unreachable, - call_source: CallSource::Misc, + call_source: CallSource::Use, fn_span: expr_span, }, ); |
