mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 01:07:56 +00:00
Compile on HEAD
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![feature(plugin, plugin_registrar, rustc_private, unboxed_closures)]
|
||||
#![feature(custom_derive, plugin, plugin_registrar, rustc_private, unboxed_closures)]
|
||||
#![plugin(quasi_macros)]
|
||||
|
||||
extern crate aster;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![feature(plugin, test)]
|
||||
#![feature(custom_derive, plugin, test)]
|
||||
#![plugin(serde2_macros)]
|
||||
|
||||
extern crate test;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![feature(plugin, test)]
|
||||
#![feature(custom_derive, plugin, test)]
|
||||
#![plugin(serde2_macros)]
|
||||
|
||||
extern crate test;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![feature(plugin)]
|
||||
#![feature(custom_derive, plugin)]
|
||||
#![plugin(serde2_macros)]
|
||||
|
||||
extern crate serde2;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![feature(plugin, test)]
|
||||
#![feature(custom_derive, plugin, test)]
|
||||
#![plugin(serde2_macros)]
|
||||
|
||||
extern crate test;
|
||||
|
||||
Reference in New Issue
Block a user