auto merge of #13711 : alexcrichton/rust/snapshots, r=brson

These are the first successful snapshots after the LLVM upgrade, built with LLVM
that requires C++11
This commit is contained in:
bors 2014-04-24 18:26:15 -07:00
commit 07598fc8cc
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