Remove unreachable fatal error
This commit is contained in:
parent
406770001e
commit
632e5df38a
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ fn codegen_stmt<'tcx>(
|
|||
| StatementKind::PlaceMention(..)
|
||||
| StatementKind::AscribeUserType(..) => {}
|
||||
|
||||
StatementKind::Coverage { .. } => fx.tcx.dcx().fatal("-Zcoverage is unimplemented"),
|
||||
StatementKind::Coverage { .. } => unreachable!(),
|
||||
StatementKind::Intrinsic(ref intrinsic) => match &**intrinsic {
|
||||
// We ignore `assume` intrinsics, they are only useful for optimizations
|
||||
NonDivergingIntrinsic::Assume(_) => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue