We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9e575 commit 7e7613fCopy full SHA for 7e7613f
compiler/rustc_middle/src/mir/syntax.rs
@@ -709,6 +709,8 @@ pub enum TerminatorKind<'tcx> {
709
place: Place<'tcx>,
710
target: BasicBlock,
711
unwind: UnwindAction,
712
+ /// The HIR region scope that this drop is issued for when the evaluation exits the said scope.
713
+ /// It is provided at best effort and may come from foreign sources due to inlining.
714
scope: Option<(DefId, ItemLocalId)>,
715
replace: bool,
716
},
0 commit comments