get ci green
This commit is contained in:
parent
f65bb2a051
commit
9a547fc7c4
1 changed files with 3 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue