We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ba113 + fb57943 commit 47de8e9Copy full SHA for 47de8e9
compiler/rustc_middle/src/mir/syntax.rs
@@ -396,6 +396,8 @@ pub struct CopyNonOverlapping<'tcx> {
396
///////////////////////////////////////////////////////////////////////////
397
// Terminators
398
399
+/// The various kinds of terminators, representing ways of exiting from a basic block.
400
+///
401
/// A note on unwinding: Panics may occur during the execution of some terminators. Depending on the
402
/// `-C panic` flag, this may either cause the program to abort or the call stack to unwind. Such
403
/// terminators have a `cleanup: Option<BasicBlock>` field on them. If stack unwinding occurs, then
0 commit comments