Register snapshots.
This commit is contained in:
parent
551da06157
commit
5444da54fd
3 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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; )*) => {
|
||||
$(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue