mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Rustup to rustc 1.46.0-nightly (449e8eaa2
2020-06-10)
This commit is contained in:
parent
fe64aa7d34
commit
cef9255c0e
@ -1 +1 @@
|
||||
nightly-2020-06-04
|
||||
nightly-2020-06-11
|
||||
|
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user