Add regression test (fixes #2234)
This commit is contained in:
parent
f65a022ace
commit
e62727ee51
@ -6,4 +6,9 @@ pub fn retry<F: Fn()>(f: F) {
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
fn main() {
|
||||
for y in 0..4 {
|
||||
let func = || ();
|
||||
func();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user