rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.62k stars 12.74k forks source link

Rust book links to old compiler. #25489

Closed XAMPPRocky closed 9 years ago

XAMPPRocky commented 9 years ago

The rust book currently links to, an old beta version of rust, causing some problems using the tutorial. Example: Dining philosophers will not compile.

Stebalien commented 9 years ago

What's your rust version?

XAMPPRocky commented 9 years ago

According to the installer: 1.0.0-beta. On windows x64.

sfackler commented 9 years ago

It compiles on 1.0.0-beta.2 and up. You should update your compiler.

alexcrichton commented 9 years ago

I believe @sfackler is right here, so closing, but thanks for the report!