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

Obsolete pointer syntax in nightly documentation #18551

Closed
burtonageo opened this issue Nov 2, 2014 · 0 comments · Fixed by #18568
Closed

Obsolete pointer syntax in nightly documentation #18551

burtonageo opened this issue Nov 2, 2014 · 0 comments · Fixed by #18568

Comments

@burtonageo
Copy link
Contributor

In http://doc.rust-lang.org/nightly/syntax/ast/enum.Pat_.html , the description for PatVec uses the old syntax:

[a, b, ..i, y, z] is represented as: PatVec(~[a, b], Some(i), ~[y, z])

@huonw huonw added the A-docs label Nov 2, 2014
gamazeps added a commit to gamazeps/rust that referenced this issue Nov 3, 2014
lnicola pushed a commit to lnicola/rust that referenced this issue Dec 11, 2024
…h-assist

Migrate `add_turbo_fish` to `SyntaxEditor`
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 a pull request may close this issue.

2 participants