]> git.lizzy.rs Git - rust.git/commit
Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov
authorbors <bors@rust-lang.org>
Sat, 23 Jun 2018 14:33:10 +0000 (14:33 +0000)
committerbors <bors@rust-lang.org>
Sat, 23 Jun 2018 14:33:10 +0000 (14:33 +0000)
commit4fe88c05cd14fa182fd58cc68127f98aca77d1ff
treeee8d7190f396bcc70bffcdf7c70670852c6f6faf
parenta51e8071366474e80976eb7e487c0012b435dcef
parent621047b2b0820f9f9962ae278b0093da398fff20
Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov

Rename hir::ExprAgain to hir::ExprContinue

The current name is confusing and historical.

I also used this PR to clean up the annoying indentation in `check/mod.rs`. If that's viewed as too tangential a change, I'll split it up, but it seemed reasonable to slip it in to reduce @bors's work. It's easy to compare for the two commits individually.

r? @petrochenkov
src/librustc/hir/intravisit.rs
src/librustc/hir/lowering.rs
src/librustc/hir/mod.rs
src/librustc/hir/print.rs
src/librustc/ich/impls_hir.rs
src/librustc_typeck/check/mod.rs