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 4067700 commit 632e5dfCopy full SHA for 632e5df
src/base.rs
@@ -907,7 +907,7 @@ fn codegen_stmt<'tcx>(
907
| StatementKind::PlaceMention(..)
908
| StatementKind::AscribeUserType(..) => {}
909
910
- StatementKind::Coverage { .. } => fx.tcx.dcx().fatal("-Zcoverage is unimplemented"),
+ StatementKind::Coverage { .. } => unreachable!(),
911
StatementKind::Intrinsic(ref intrinsic) => match &**intrinsic {
912
// We ignore `assume` intrinsics, they are only useful for optimizations
913
NonDivergingIntrinsic::Assume(_) => {}
0 commit comments