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

README.md: fixed link to mdbook #1

Merged
merged 1 commit into from
Dec 14, 2015
Merged

README.md: fixed link to mdbook #1

merged 1 commit into from
Dec 14, 2015

Conversation

crowdagger
Copy link
Contributor

Currently, the link to mdbookpoints to the rust book repository. I think this is intended link?

steveklabnik added a commit that referenced this pull request Dec 14, 2015
README.md: fixed link to mdbook
@steveklabnik steveklabnik merged commit c4bd1f9 into rust-lang:master Dec 14, 2015
@steveklabnik
Copy link
Member

Whoops! Thanks 😓

@steveklabnik steveklabnik mentioned this pull request Aug 15, 2016
steveklabnik pushed a commit that referenced this pull request Jan 10, 2017
ZhangHanDong added a commit to ZhangHanDong/book that referenced this pull request Mar 29, 2017
```rust

cargo run > output.txt
   Compiling greprs v0.1.0 (file:///Users/blackanger/work/box/data/apps/rust/greprs)
error: no method named `write_fmt` found for type `&mut std::io::Stderr` in the current scope
  --> src/main.rs:13:9
   |
13 |           writeln!(
   |  _________^ starting here...
14 | |             &mut stderr,
15 | |             "Problem parsing arguments: {}",
16 | |             err
17 | |         ).expect("Could not write to stderr");
   | |_________^ ...ending here
   |
   = help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
   = help: candidate rust-lang#1: `use std::io::Write;`
   = note: this error originates in a macro outside of the current crate

error: no method named `write_fmt` found for type `&mut std::io::Stderr` in the current scope
  --> src/main.rs:24:9
   |
24 |           writeln!(
   |  _________^ starting here...
25 | |             &mut stderr,
26 | |             "Application error: {}",
27 | |             e
28 | |         ).expect("Could not write to stderr");
   | |_________^ ...ending here
   |
   = help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
   = help: candidate rust-lang#1: `use std::io::Write;`
   = note: this error originates in a macro outside of the current crate

error: aborting due to 2 previous errors

error: Could not compile `greprs`.


```
carols10cents pushed a commit that referenced this pull request Apr 10, 2017
pakosmith added a commit to pakosmith/rust-book-ru that referenced this pull request Mar 12, 2020
steveklabnik pushed a commit that referenced this pull request Jun 5, 2020
Fork von rust-lang/book auf neuesten Stand aktualisieren
amitu pushed a commit to FifthTry/rust-book that referenced this pull request Jun 1, 2021
I agree with most of the changes, and edited the rest.
AbrarNitk pushed a commit to FifthTry/rust-book that referenced this pull request Jun 2, 2021
Update ch03-03-how-functions-work.md
AbrarNitk pushed a commit to FifthTry/rust-book that referenced this pull request Jun 2, 2021
AbrarNitk pushed a commit to FifthTry/rust-book that referenced this pull request Jun 2, 2021
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.

2 participants