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

Guide: pointers #16119

Merged
merged 1 commit into from
Aug 2, 2014
Merged

Guide: pointers #16119

merged 1 commit into from
Aug 2, 2014

Conversation

steveklabnik
Copy link
Member

This is the next section of the guide, and it's on pointers. It's not done yet, as I need to write the section on ownership and borrowing, but I figured I'd share the rest now, to get feedback on the rest of it while I take some time to get that right.

microscope. You can find the list of guides on the [documentation index
page](/index.html#guides).

In this section, we'll assume that you're familliar with pointers as a general
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/familliar/familiar

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks :(

@steveklabnik
Copy link
Member Author

Other than ownership, this should be good to go. :)

Not the pointer guide, but the guide section on pointers.

Adding a section about patterns for after this, as well.
@steveklabnik
Copy link
Member Author

(I haven't written the ownership section because I want to confer with @wycats about it)

bors added a commit that referenced this pull request Aug 2, 2014
This is the next section of the guide, and it's on pointers. It's not done yet, as I need to write the section on ownership and borrowing, but I figured I'd share the rest now, to get feedback on the rest of it while I take some time to get that right.
@bors bors closed this Aug 2, 2014
@bors bors merged commit a74197e into rust-lang:master Aug 2, 2014
@steveklabnik steveklabnik deleted the guide_pointers branch October 25, 2017 18:26
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.

8 participants