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 b9f1064 commit 98a13ffCopy full SHA for 98a13ff
src/librustc_trans/mir/mod.rs
@@ -304,7 +304,6 @@ pub fn trans_mir<'a, 'tcx: 'a>(
304
// emitting should be enabled.
305
debuginfo::start_emitting_source_locations(&mircx.debug_context);
306
307
- // If false, all funclets should be None (which is the default)
308
let funclets: IndexVec<mir::BasicBlock, Option<Funclet>> =
309
mircx.cleanup_kinds.iter_enumerated().map(|(bb, cleanup_kind)| {
310
if let CleanupKind::Funclet = *cleanup_kind {
0 commit comments