This repository was archived by the owner on Jun 27, 2018. It is now read-only.
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
All rust versions on playpen are at least one release behind. #215
Closed
Description
Playpen currently runs
Stable: rustc 1.8.0 (db2939409 2016-04-11)
Beta: rustc 1.9.0-beta.3 (e4e8b6668 2016-05-18)
Nightly: rustc 1.10.0-nightly (9c6904ca1 2016-05-18)
As of today (2016-06-20), the latest versions are:
Stable: rustc 1.9.0 (e4e8b6668 2016-05-18)
Beta: rustc 1.10.0-beta.2 (39f3c16cc 2016-05-26)
Nightly: rustc 1.11.0-nightly (bb4a79b08 2016-06-15)
Original post:
Try running (playpen):
#![feature(rustc_private)]
extern crate rustc_driver;
fn main() {
println!("{:?}", rustc_driver::commit_date_str());
}
This prints: Some("2016-05-18")
Metadata
Metadata
Assignees
Labels
No labels