Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

nightly is outdated again #247

Closed
durka opened this issue Aug 30, 2016 · 2 comments
Closed

nightly is outdated again #247

durka opened this issue Aug 30, 2016 · 2 comments

Comments

@durka
Copy link

durka commented Aug 30, 2016

I don't know how to find out which nightly it is, but rust-lang/rust#35869 isn't fixed.

@TimNN
Copy link
Contributor

TimNN commented Aug 31, 2016

The nightly is rustc 1.13.0-nightly (499484f56 2016-08-18)

(By the way, this is a handy snippet to find the rust versions running on playpen:)

use std::process::Command;
use std::str;

fn main() {
    println!("{}", str::from_utf8(&Command::new("rustc").arg("-vV").output().unwrap().stdout).unwrap());
}

@alexcrichton
Copy link
Member

Looks like the disk filled up with docker images, I've cleaned it out and we should be good to go now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants