Uh oh!
There was an error while loading. Please reload this page.
Add compile fail test for unboxed_closures feature - #40047
Conversation
rust-highfive
commented
Feb 23, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
est31
commented
Feb 23, 2017
Hi, and thanks for the PR! One note, the test you added doesn't actually fail. You need to remove the |
topecongiro
commented
Feb 23, 2017
@est31 Hi, thank you for your comment. |
alexcrichton
commented
Feb 23, 2017
Thanks @topecongiro! @bors: r+ delegate=est31 |
bors
commented
Feb 23, 2017
✌️ @est31 can now approve this pull request |
bors
commented
Feb 23, 2017
📌 Commit cd7b0fc has been approved by |
eddyb
commented
Feb 25, 2017
@bors rollup |
Rollup of 28 pull requests - Successful merges: #39859, #39864, #39888, #39903, #39905, #39914, #39945, #39950, #39953, #39961, #39980, #39988, #39993, #39995, #40019, #40020, #40022, #40024, #40025, #40026, #40027, #40031, #40035, #40037, #40038, #40064, #40069, #40086 - Failed merges: #39927, #40008, #40047
bors
commented
Feb 25, 2017
☔ The latest upstream changes (presumably #40091) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Feb 25, 2017
🔒 Merge conflict |
est31
commented
Feb 25, 2017
@topecongiro you'll have to rebase this pull request and resolve the created merge conflicts. PR #40031 got merged before this, and both edited the whitelist. |
est31
commented
Feb 25, 2017
@topecongiro note that generally, its customary to use rebase instead of merge requests. I'll r+ anyway, just remember this for your future contributions. You can just force-push if you want to change it before it gets merged this way. @bors r+ |
bors
commented
Feb 25, 2017
📌 Commit c4e858e has been approved by |
Add compile fail test for unboxed_closures feature Hello, this is my first contribution to rust. Issue rust-lang#39059.
Add compile fail test for unboxed_closures feature Hello, this is my first contribution to rust. Issue rust-lang#39059.
topecongiro
commented
Feb 26, 2017
@est31 Sorry for bothering you. I will keep that in mind. |
bors
commented
Feb 26, 2017
⌛ Testing commit c4e858e with merge 29184a0... |
bors
commented
Feb 26, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Feb 26, 2017
via email
@bors: retry
* network failure …On Sat, Feb 25, 2017 at 11:18 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205437965>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40047 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95BChFOPN-4hfcxxnk8cwtIO7dcs9ks5rgQsQgaJpZM4MJjSE>
.
|
est31
commented
Feb 27, 2017
@topecongiro can you remove that last commit? Its not required, and unneccessary clutter. |
eddyb
commented
Feb 27, 2017
FWIW the fix is to run |
topecongiro
commented
Feb 28, 2017
est31
commented
Feb 28, 2017
@bors r+ |
bors
commented
Feb 28, 2017
📌 Commit 988be44 has been approved by |
Add compile fail test for unboxed_closures feature Hello, this is my first contribution to rust. Issue rust-lang#39059.
Add compile fail test for unboxed_closures feature Hello, this is my first contribution to rust. Issue rust-lang#39059.
Add compile fail test for unboxed_closures feature Hello, this is my first contribution to rust. Issue rust-lang#39059.
Add compile fail test for unboxed_closures feature Hello, this is my first contribution to rust. Issue rust-lang#39059.
Hello, this is my first contribution to rust.
Issue #39059.