Skip to content

Conversation

randfur
Copy link

@randfur randfur commented Mar 1, 2015

The docs currently define array_exprs as:

array_expr : '[' "mut" ? vec_elems? ']' ;
array_elems : [expr [',' expr]*] | [expr ',' ".." expr] ;

vec_elems is not defined anywhere else so it is probably a typo for array_elems.

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pcwalton (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. 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 CONTRIBUTING.md for more information.

@steveklabnik
Copy link
Contributor

@bors: r+ 9b873fa rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 8, 2015
 The docs currently define `array_expr`s as:

    array_expr : '[' \"mut\" ? vec_elems? ']' ;
    array_elems : [expr [',' expr]*] | [expr ',' \"..\" expr] ;

`vec_elems` is not defined anywhere else so it is probably a typo for `array_elems`.
@bors
Copy link
Collaborator

bors commented Mar 9, 2015

⌛ Testing commit 9b873fa with merge 21ea1b6...

@bors
Copy link
Collaborator

bors commented Mar 9, 2015

💔 Test failed - auto-win-32-nopt-t

@alexcrichton
Copy link
Member

@bors: retry

@bors bors merged commit 9b873fa into rust-lang:master Mar 9, 2015
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.

7 participants