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 c123d61 commit 2d3411dCopy full SHA for 2d3411d
pkg.rs
@@ -6,7 +6,9 @@
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
#[allow(unused_must_use)];
9
+#[feature(phase)];
10
11
+#[phase(syntax, link)] extern crate log;
12
extern crate rustc;
13
14
use rustc::driver::driver::host_triple;
src/pcre/mod.rs
@@ -8,8 +8,10 @@
#[crate_id = "pcre#0.1"];
#[crate_type = "lib"];
extern crate collections;
15
16
use collections::treemap::{TreeMap};
17
use collections::enum_set::{CLike, EnumSet};
0 commit comments