]> git.lizzy.rs Git - rust.git/commitdiff
Add a comment
authorhyd-dev <yd-huang@outlook.com>
Mon, 24 May 2021 19:51:41 +0000 (03:51 +0800)
committerhyd-dev <yd-huang@outlook.com>
Mon, 24 May 2021 19:51:41 +0000 (03:51 +0800)
compiler/rustc_mir/src/interpret/terminator.rs

index 305d41f5eeb2a56a225ac9666e26c19e03a1ee5f..1ee56ca3fc553b7fc28679b34435d18b9eeee3c8 100644 (file)
@@ -319,6 +319,7 @@ fn eval_fn_call(
                     && !self
                         .fn_can_unwind(self.tcx.codegen_fn_attrs(callee_def_id).flags, callee_abi)
                 {
+                    // The callee cannot unwind.
                     unwind = StackPopUnwind::NotAllowed;
                 }