Fallout out rustc
This commit is contained in:
parent
890ed5c468
commit
d9530c01a7
61 changed files with 173 additions and 171 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue