Skip to content

Add compile fail test for unboxed_closures feature#40047

Merged
bors merged 1 commit into
rust-lang:masterfrom
topecongiro:master
Feb 28, 2017
Merged

Add compile fail test for unboxed_closures feature#40047
bors merged 1 commit into
rust-lang:masterfrom
topecongiro:master

Conversation

@topecongiro

Copy link
Copy Markdown
Contributor

Hello, this is my first contribution to rust.
Issue #39059.

@rust-highfive

Copy link
Copy Markdown
Contributor

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

est31 commented Feb 23, 2017

Copy link
Copy Markdown
Member

Hi, and thanks for the PR!

One note, the test you added doesn't actually fail. You need to remove the #![feature(...)] attribute and continue the steps I outlined in #39059 to add the error message.

@topecongiro

Copy link
Copy Markdown
Contributor Author

@est31 Hi, thank you for your comment.
Very sorry abou misunderstanding what should be done.
I removed #![feature(...)] attribute and added the error message.

@alexcrichton

Copy link
Copy Markdown
Member

Thanks @topecongiro!

@bors: r+ delegate=est31

@bors

bors commented Feb 23, 2017

Copy link
Copy Markdown
Collaborator

✌️ @est31 can now approve this pull request

@bors

bors commented Feb 23, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit cd7b0fc has been approved by alexcrichton

@eddyb

eddyb commented Feb 25, 2017

Copy link
Copy Markdown
Contributor

@bors rollup

bors added a commit that referenced this pull request Feb 25, 2017
@bors

bors commented Feb 25, 2017

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #40091) made this pull request unmergeable. Please resolve the merge conflicts.

@bors

bors commented Feb 25, 2017

Copy link
Copy Markdown
Collaborator

🔒 Merge conflict

@est31

est31 commented Feb 25, 2017

Copy link
Copy Markdown
Member

@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

est31 commented Feb 25, 2017

Copy link
Copy Markdown
Member

@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

bors commented Feb 25, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit c4e858e has been approved by est31

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 25, 2017
Add compile fail test for unboxed_closures feature

Hello, this is my first contribution to rust.
Issue rust-lang#39059.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 26, 2017
Add compile fail test for unboxed_closures feature

Hello, this is my first contribution to rust.
Issue rust-lang#39059.
@topecongiro

Copy link
Copy Markdown
Contributor Author

@est31 Sorry for bothering you. I will keep that in mind.

@bors

bors commented Feb 26, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c4e858e with merge 29184a0...

@bors

bors commented Feb 26, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@alexcrichton

alexcrichton commented Feb 26, 2017 via email

Copy link
Copy Markdown
Member

@est31

est31 commented Feb 27, 2017

Copy link
Copy Markdown
Member

@topecongiro can you remove that last commit? Its not required, and unneccessary clutter.

@eddyb

eddyb commented Feb 27, 2017

Copy link
Copy Markdown
Contributor

FWIW the fix is to run git pull --rebase upstream/master.

@topecongiro

Copy link
Copy Markdown
Contributor Author

@est31 @eddyb Thank you for your help and patience. I rebased.

@est31

est31 commented Feb 28, 2017

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Feb 28, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 988be44 has been approved by est31

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 28, 2017
Add compile fail test for unboxed_closures feature

Hello, this is my first contribution to rust.
Issue rust-lang#39059.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 28, 2017
Add compile fail test for unboxed_closures feature

Hello, this is my first contribution to rust.
Issue rust-lang#39059.
eddyb added a commit to eddyb/rust that referenced this pull request Feb 28, 2017
Add compile fail test for unboxed_closures feature

Hello, this is my first contribution to rust.
Issue rust-lang#39059.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 28, 2017
Add compile fail test for unboxed_closures feature

Hello, this is my first contribution to rust.
Issue rust-lang#39059.
bors added a commit that referenced this pull request Feb 28, 2017
Rollup of 9 pull requests

- Successful merges: #39977, #40033, #40047, #40056, #40057, #40122, #40124, #40126, #40131
- Failed merges: #40101
@bors bors merged commit 988be44 into rust-lang:master Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants