readd test
This commit is contained in:
parent
732dd2fd5f
commit
b91bac2983
@ -12,11 +12,9 @@
|
||||
// and that the for loop desugaring doesn't interfere with
|
||||
// that.
|
||||
|
||||
// ignore-test
|
||||
|
||||
fn main() {
|
||||
let mut sum = 0;
|
||||
for i in Vec::new() {
|
||||
sum += i;
|
||||
sum += &i;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user