readd test
This commit is contained in:
parent
732dd2fd5f
commit
b91bac2983
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue