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

Prevent raw pointers from being used as an explicit self #26225

Merged
merged 1 commit into from
Jun 12, 2015

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Jun 11, 2015

This can't be made to work with the current setup.

Technically a [breaking-change], but a simple bug fix.

Fixes #26194.

This can't be made to work with the current setup.

Fixes rust-lang#26194.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@arielb1
Copy link
Contributor Author

arielb1 commented Jun 11, 2015

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned nikomatsakis Jun 11, 2015
@eddyb
Copy link
Member

eddyb commented Jun 11, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Jun 11, 2015

📌 Commit 3be18f0 has been approved by eddyb

@bors
Copy link
Contributor

bors commented Jun 12, 2015

⌛ Testing commit 3be18f0 with merge 7648776...

bors added a commit that referenced this pull request Jun 12, 2015
This can't be made to work with the current setup.

Technically a [breaking-change], but a simple bug fix.

Fixes #26194.
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.

Use of raw pointer as self parameter
5 participants