Renamed syntax::ast::ident -> Ident
This commit is contained in:
parent
1f4aba8cbf
commit
857f867320
56 changed files with 512 additions and 510 deletions
|
@ -488,7 +488,7 @@ impl CFGBuilder {
|
|||
|
||||
fn find_scope(&self,
|
||||
expr: @ast::expr,
|
||||
label: Option<ast::ident>) -> LoopScope {
|
||||
label: Option<ast::Ident>) -> LoopScope {
|
||||
match label {
|
||||
None => {
|
||||
return *self.loop_scopes.last();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue