auto merge of #12697 : thestinger/rust/vec, r=huonw
This exists for the sake of compatibility during the ~[T] -> Vec<T> transition. It will be removed in the future.
This commit is contained in:
@@ -30,6 +30,7 @@ This API is completely unstable and subject to change.
|
||||
#[allow(unknown_features)];// Note: remove it after a snapshot.
|
||||
#[feature(quote)];
|
||||
|
||||
#[allow(deprecated)];
|
||||
#[deny(non_camel_case_types)];
|
||||
|
||||
extern crate serialize;
|
||||
|
||||
Reference in New Issue
Block a user