reem / rust-modifier

Convenient chaining APIs for free
29 stars 9 forks source link

Build on only stable rust #15

Closed reem closed 9 years ago

reem commented 9 years ago

@aturon this one is special, since the only thing it requires is a way to only need the plugin feature gate for tests if the plugin is only used for tests.

cc iron/iron#317

aturon commented 9 years ago

cc @alexcrichton

reem commented 9 years ago

More info: right now a plugin can only be used at the crate root and unconditionally, we just need to be able to conditionally use a plugin.