Register new snapshots

These are the first successful snapshots after the LLVM upgrade, built with LLVM
that requires C++11
This commit is contained in:
Alex Crichton
2014-04-23 14:58:50 -07:00
parent 07aef98a32
commit 568736182b
2 changed files with 8 additions and 2 deletions

View File

@@ -57,8 +57,6 @@
// Don't link to std. We are std.
#![no_std]
// NOTE: remove after snapshot
#![allow(unknown_features)]
#![deny(missing_doc)]
// When testing libstd, bring in libuv as the I/O backend so tests can print