mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-24 22:44:26 +00:00
get ci green
This commit is contained in:
parent
f65bb2a051
commit
9a547fc7c4
@ -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…
Reference in New Issue
Block a user