Skip to content

Commit 07598fc

Browse files
committed
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
2 parents 5ea0509 + 5687361 commit 07598fc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/libstd/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
// Don't link to std. We are std.
5858
#![no_std]
5959

60-
// NOTE: remove after snapshot
61-
#![allow(unknown_features)]
6260
#![deny(missing_doc)]
6361

6462
// When testing libstd, bring in libuv as the I/O backend so tests can print

src/snapshots.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
S 2014-04-23 b5dd3f0
2+
freebsd-x86_64 b6ccb045b9bea4cc4781bc128e047a1c68dc2c17
3+
linux-i386 9e4e8d2bc70ff5b8db21169f762cb20c4dba6c2c
4+
linux-x86_64 3367b8e1a0295c8124c26c5c627343ebe9a0ac5d
5+
macos-i386 3029be6d6cc7a34b8a03a0a659b427c2916a8962
6+
macos-x86_64 2de6d89ac8063588a37059140a602f028f2cc2ea
7+
winnt-i386 021b39bc24b293f166aa329224f08cc5dedd5769
8+
19
S 2014-04-15 349d66a
210
freebsd-x86_64 0e8078e24b3f86481c5ae0a47a15e5ed2703f241
311
linux-i386 b4e5d104fc2b1eb0236b662ab3cbbb729f789bd6

0 commit comments

Comments
 (0)