diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-23 18:30:05 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-23 22:50:17 +1100 |
| commit | 5444da54fd32b705eec28112e309f63b704e3f8c (patch) | |
| tree | 6a16dbef743a9d59e3350846294900aa54acf402 | |
| parent | 551da0615764853153db944063ae2e271414a71b (diff) | |
| download | rust-5444da54fd32b705eec28112e309f63b704e3f8c.tar.gz rust-5444da54fd32b705eec28112e309f63b704e3f8c.zip | |
Register snapshots.
| -rw-r--r-- | src/librustc/lib.rs | 1 | ||||
| -rw-r--r-- | src/libstd/fmt/mod.rs | 5 | ||||
| -rw-r--r-- | src/snapshots.txt | 8 |
3 files changed, 8 insertions, 6 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 0361b59eb2c..9806c39345b 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -28,7 +28,6 @@ This API is completely unstable and subject to change. html_root_url = "http://static.rust-lang.org/doc/master")]; #[feature(macro_rules, globs, struct_variant, managed_boxes)]; -#[allow(unknown_features)]; // Note: remove it after a snapshot. #[feature(quote)]; extern crate extra; diff --git a/src/libstd/fmt/mod.rs b/src/libstd/fmt/mod.rs index 38fae798d5d..1b8ea4ea157 100644 --- a/src/libstd/fmt/mod.rs +++ b/src/libstd/fmt/mod.rs @@ -610,11 +610,6 @@ pub trait UpperExp { fn fmt(&self, &mut Formatter) -> Result; } // FIXME #11938 - UFCS would make us able call the above methods // directly Show::show(x, fmt). - -// FIXME(huonw's WIP): this is a intermediate state waiting for a -// snapshot (at the time of writing we're at 2014-01-20 b6400f9), to -// be able to make the `fmt` functions into normal methods and have -// `format!()` still work. macro_rules! uniform_fn_call_workaround { ($( $name: ident, $trait_: ident; )*) => { $( diff --git a/src/snapshots.txt b/src/snapshots.txt index 02a43cabe6f..47243320b6e 100644 --- a/src/snapshots.txt +++ b/src/snapshots.txt @@ -1,3 +1,11 @@ +S 2014-02-22 4995a85 + freebsd-x86_64 0d8e2577d4b626cd8a5d9c29f0f91a4452bc1621 + linux-i386 afadce8cba1098b1b9ae1e53a649c1515cd26e3c + linux-x86_64 da512f607f63c4ea735d58e7fd01d44456569ca1 + macos-i386 5ea768930449b86146039da1336db7a87d599a49 + macos-x86_64 766ce886cc2716c336cceb51cccff760a6a22a38 + winnt-i386 06d14256eba9838afab4bb6f6ea857056f2d13c5 + S 2014-02-20 1366e04 freebsd-x86_64 f26a4fd99f824db7cf3b323389d560b90f6f16a7 linux-i386 26fd77a81ceaeff6916895bfb6b2bbaf4e19f21b |
