Fallout out rustc

This commit is contained in:
Niko Matsakis 2015-03-30 09:38:44 -04:00
parent 890ed5c468
commit d9530c01a7
61 changed files with 173 additions and 171 deletions

View file

@ -25,7 +25,7 @@ struct CFGBuilder<'a, 'tcx: 'a> {
loop_scopes: Vec<LoopScope>,
}
#[derive(Copy)]
#[derive(Copy, Clone)]
struct LoopScope {
loop_id: ast::NodeId, // id of loop/while node
continue_index: CFGIndex, // where to go on a `loop`