Compile on HEAD
This commit is contained in:
parent
21e6d3163f
commit
8bcdd7afe8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user