about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/debug.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-11 07:21:54 +0000
committerbors <bors@rust-lang.org>2023-03-11 07:21:54 +0000
commit0f1f7b0840885fac83ff3f36053cb04833c1af5a (patch)
tree13d070bafb527926160cbdb47a22237471acd71f /compiler/rustc_mir_transform/src/coverage/debug.rs
parent9f3c3ffaf83f9226f81c200c7bf8a04e4e3d5715 (diff)
parent05f633bdaf11ca3485b7e9fd2af11e9a917af459 (diff)
downloadrust-0f1f7b0840885fac83ff3f36053cb04833c1af5a.tar.gz
rust-0f1f7b0840885fac83ff3f36053cb04833c1af5a.zip
Auto merge of #2808 - saethlin:rustup, r=oli-obk
Rustup
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/debug.rs')
-rw-r--r--compiler/rustc_mir_transform/src/coverage/debug.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/coverage/debug.rs b/compiler/rustc_mir_transform/src/coverage/debug.rs
index 22ea8710e6a..0e7dc171a5d 100644
--- a/compiler/rustc_mir_transform/src/coverage/debug.rs
+++ b/compiler/rustc_mir_transform/src/coverage/debug.rs
@@ -822,7 +822,6 @@ pub(super) fn term_type(kind: &TerminatorKind<'_>) -> &'static str {
         TerminatorKind::Return => "Return",
         TerminatorKind::Unreachable => "Unreachable",
         TerminatorKind::Drop { .. } => "Drop",
-        TerminatorKind::DropAndReplace { .. } => "DropAndReplace",
         TerminatorKind::Call { .. } => "Call",
         TerminatorKind::Assert { .. } => "Assert",
         TerminatorKind::Yield { .. } => "Yield",