Skip to content

Conversation

Dangthrimble and others added 19 commits July 30, 2015 09:20
Just a few minor changes to clarify a few things for someone new to Rust
and Cargo.
Guessing Game states that "Rust only imports a few things into every
program, the ‘prelude’". That isn't strictly true.  That is all it
imports by default and the change clarifies that point.
  - Fix rust-lang#26968 by noting the difference between ".." and "_" more explicitly

  - Change one of the examples to show the match-all behaviour of ".."

  - Merge "Ignoring variants" and "Ignoring bindings" sections into the latter
this grammar isn't correct
Clarifications for those new to Rust and Cargo:
* It's a good idea to get rid of the original `main.exe` in project root
* Slight clarification on the use of `main.rs` vs `lib.rs`
* Clarify that the TOML file needs to be in project root
  - Fix rust-lang#26968 by noting the difference between ".." and "_" more explicitly

  - Change one of the examples to show the match-all behaviour of ".."

  - Merge "Ignoring variants" and "Ignoring bindings" sections into the latter

r? @steveklabnik
this grammar isn't correct

this should also get backported to beta

/cc @brson
@rust-highfive
Copy link
Contributor

r? @steveklabnik

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

@Manishearth
Copy link
Member Author

@bors r+ p=5 force

@bors
Copy link
Collaborator

bors commented Aug 4, 2015

📌 Commit 614f640 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Aug 4, 2015

⌛ Testing commit 614f640 with merge 4b79add...

bors added a commit that referenced this pull request Aug 4, 2015
@bors bors merged commit 614f640 into rust-lang:master Aug 4, 2015
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.