Skip to content
Snippets Groups Projects
Commit d18d93ba authored by David Renshaw's avatar David Renshaw
Browse files

rustup: add FalseUnwind variant

parent 65ff27b7
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
Yield { .. } => unimplemented!(),
GeneratorDrop => unimplemented!(),
FalseEdges { .. } => unimplemented!(),
FalseUnwind { .. } => unimplemented!(),
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment