We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258167d commit de742a5Copy full SHA for de742a5
datetime.rs
@@ -1,5 +1,5 @@
1
#![feature(phase)]
2
-#[phase(syntax, link)] extern crate log;
+#[phase(plugin, link)] extern crate log;
3
4
extern crate time;
5
0 commit comments