Skip to content

Commit

Permalink
get ci green
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Sep 3, 2017
1 parent f65bb2a commit 9a547fc
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -9,9 +9,11 @@
// except according to those terms.

// Test that the type of `sum` falls back to `i32` here,
// and that the for loop desugaring doesn't inferfere with
// and that the for loop desugaring doesn't interfere with
// that.

// ignore-test

fn main() {
let mut sum = 0;
for i in Vec::new() {
Expand Down

0 comments on commit 9a547fc

Please sign in to comment.