Skip to content

Commit

Permalink
fix breakage from rust-lang/rust#45384
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Nov 5, 2017
1 parent 15cf7fb commit 307eda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/terminator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
Unreachable => Err(EvalError::Unreachable),
Yield { .. } => unimplemented!(),
GeneratorDrop => unimplemented!(),
FalseEdges { .. } => unimplemented!(),
}
}

Expand Down

0 comments on commit 307eda6

Please sign in to comment.