Use phase(plugin) in tests
This commit is contained in:
parent
84243ed6e1
commit
ed41b71fbe
42 changed files with 43 additions and 43 deletions
|
|
@ -12,7 +12,7 @@
|
|||
// exec-env:RUST_LOG=logging-enabled-debug=debug
|
||||
|
||||
#![feature(phase)]
|
||||
#[phase(syntax, link)]
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
||||
pub fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue