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

Add compile fail test for unboxed_closures feature #40047

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

topecongiro
Copy link
Contributor

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

@rust-highfive
Copy link
Collaborator

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
Copy link
Member

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 #![feature(...)] attribute and continue the steps I outlined in #39059 to add the error message.

@topecongiro
Copy link
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
Member

Thanks @topecongiro!

@bors: r+ delegate=est31

@bors
Copy link
Contributor

bors commented Feb 23, 2017

✌️ @est31 can now approve this pull request

@bors
Copy link
Contributor

bors commented Feb 23, 2017

📌 Commit cd7b0fc has been approved by alexcrichton

@eddyb
Copy link
Member

eddyb commented Feb 25, 2017

@bors rollup

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

bors commented Feb 25, 2017

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

@bors
Copy link
Contributor

bors commented Feb 25, 2017

🔒 Merge conflict

@est31
Copy link
Member

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
Copy link
Member

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
Copy link
Contributor

bors commented Feb 25, 2017

📌 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
Contributor Author

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

@bors
Copy link
Contributor

bors commented Feb 26, 2017

⌛ Testing commit c4e858e with merge 29184a0...

@bors
Copy link
Contributor

bors commented Feb 26, 2017

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

alexcrichton commented Feb 26, 2017 via email

@est31
Copy link
Member

est31 commented Feb 27, 2017

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

@eddyb
Copy link
Member

eddyb commented Feb 27, 2017

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

@topecongiro
Copy link
Contributor Author

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

@est31
Copy link
Member

est31 commented Feb 28, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Feb 28, 2017

📌 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