Skip to content

Commit 5444da5

Browse files
committed
Register snapshots.
1 parent 551da06 commit 5444da5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/librustc/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This API is completely unstable and subject to change.
2828
html_root_url = "http://static.rust-lang.org/doc/master")];
2929

3030
#[feature(macro_rules, globs, struct_variant, managed_boxes)];
31-
#[allow(unknown_features)]; // Note: remove it after a snapshot.
3231
#[feature(quote)];
3332

3433
extern crate extra;

src/libstd/fmt/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -610,11 +610,6 @@ pub trait UpperExp { fn fmt(&self, &mut Formatter) -> Result; }
610610

611611
// FIXME #11938 - UFCS would make us able call the above methods
612612
// directly Show::show(x, fmt).
613-
614-
// FIXME(huonw's WIP): this is a intermediate state waiting for a
615-
// snapshot (at the time of writing we're at 2014-01-20 b6400f9), to
616-
// be able to make the `fmt` functions into normal methods and have
617-
// `format!()` still work.
618613
macro_rules! uniform_fn_call_workaround {
619614
($( $name: ident, $trait_: ident; )*) => {
620615
$(

src/snapshots.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
S 2014-02-22 4995a85
2+
freebsd-x86_64 0d8e2577d4b626cd8a5d9c29f0f91a4452bc1621
3+
linux-i386 afadce8cba1098b1b9ae1e53a649c1515cd26e3c
4+
linux-x86_64 da512f607f63c4ea735d58e7fd01d44456569ca1
5+
macos-i386 5ea768930449b86146039da1336db7a87d599a49
6+
macos-x86_64 766ce886cc2716c336cceb51cccff760a6a22a38
7+
winnt-i386 06d14256eba9838afab4bb6f6ea857056f2d13c5
8+
19
S 2014-02-20 1366e04
210
freebsd-x86_64 f26a4fd99f824db7cf3b323389d560b90f6f16a7
311
linux-i386 26fd77a81ceaeff6916895bfb6b2bbaf4e19f21b

0 commit comments

Comments
 (0)