Skip to content

Commit 8141fe0

Browse files
committed
---
yaml --- r: 172250 b: refs/heads/beta c: 705b92b h: refs/heads/master v: v3
1 parent 4861720 commit 8141fe0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b5571ed71a5879c0495a982506258d5d267744ed
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: bf43e8315ec8ccc821c550e7367950a538bd6c9c
34+
refs/heads/beta: 705b92bdfe33d0d6febdf945340262514e1b3b5c
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/beta/src/test/compile-fail/borrowck-lend-flow-loop.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ fn loop_break_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F) where
131131
}
132132
}
133133

134-
fn loop_loop_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F) where F: FnMut(&'r mut usize) -> bool {
134+
fn loop_loop_pops_scopes<'r, F>(_v: &'r mut [usize], mut f: F)
135+
where F: FnMut(&'r mut usize) -> bool
136+
{
135137
// Similar to `loop_break_pops_scopes` but for the `loop` keyword
136138

137139
while cond() {

0 commit comments

Comments
 (0)