Rustup to rustc 1.46.0-nightly (449e8eaa2 2020-06-10)

This commit is contained in:
bjorn3 2020-06-11 13:12:35 +02:00
parent fe64aa7d34
commit cef9255c0e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nightly-2020-06-04
nightly-2020-06-11

View File

@ -334,7 +334,7 @@ fn codegen_fn_content(fx: &mut FunctionCx<'_, '_, impl Backend>) {
trap_unreachable(fx, "[corruption] Hit unreachable code.");
}
TerminatorKind::Yield { .. }
| TerminatorKind::FalseEdges { .. }
| TerminatorKind::FalseEdge { .. }
| TerminatorKind::FalseUnwind { .. }
| TerminatorKind::DropAndReplace { .. }
| TerminatorKind::GeneratorDrop => {