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

Split core::ptr into modules for unsafe pointers and region pointers #3111

Closed
brson opened this issue Aug 5, 2012 · 2 comments
Closed

Split core::ptr into modules for unsafe pointers and region pointers #3111

brson opened this issue Aug 5, 2012 · 2 comments
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Aug 5, 2012

I don't have any good names right now, but these two pointer types are very different, probably don't deserve to live next to each other.

@graydon
Copy link
Contributor

graydon commented Mar 25, 2013

non-critical for 0.6, de-milestoning

bors added a commit that referenced this issue Jun 2, 2013
The ptr module is intended to be for raw pointers.

Closes #3111
@thestinger
Copy link
Contributor

Fixed by #6905.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

3 participants