Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune stale issues #4246

Merged
merged 2 commits into from
Jun 9, 2020
Merged

Conversation

ayazhafiz
Copy link
Contributor

Adds regression tests for the following issues which seem to be fixed on
master:

Closes #1762
Closes #2388
Closes #2672
Closes #2755
Closes #2947
Closes #2978
Closes #3148
Closes #3206

@topecongiro @calebcartwright appologies for the large number of issues
in this commit; if you prefer I can split it up into 2+.

Adds regression tests for the following issues which seem to be fixed on
master:

Closes rust-lang#1762
Closes rust-lang#2388
Closes rust-lang#2672
Closes rust-lang#2755
Closes rust-lang#2947
Closes rust-lang#2978
Closes rust-lang#3148
Closes rust-lang#3206

@topecongiro @calebcartwright appologies for the large number of issues
in this commit; if you prefer I can split it up into 2+.
@calebcartwright
Copy link
Member

No worries @ayazhafiz, for now this is fine as one PR

_ => false,
})
.collect();
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we also include the snippet from the OP in the referenced iss

let a = b.iter()
         .map(|m| {
             m.hi()
});

averylongname_asdfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdsffffffffffffffffffffffffffffffffffffffffffffffff: i32,
) {
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we include the other snippets posted in #2672 (comment) on that thread?

@ayazhafiz
Copy link
Contributor Author

ayazhafiz commented Jun 9, 2020 via email

Copy link
Member

@calebcartwright calebcartwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with the minor requested additions included

@calebcartwright calebcartwright merged commit bb8578d into rust-lang:master Jun 9, 2020
@ayazhafiz ayazhafiz deleted the prune-old-issues branch June 9, 2020 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment