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 6c7a2ff commit 20123eeCopy full SHA for 20123ee
Cargo.toml
@@ -19,7 +19,7 @@ plugin = true
19
20
[dependencies]
21
regex-syntax = "0.3.0"
22
-regex_macros = { version = "0.1.28", optional = true }
+regex_macros = { version = "0.1.33", optional = true }
23
semver = "0.2.1"
24
toml = "0.1"
25
unicode-normalization = "0.1"
src/lib.rs
@@ -35,7 +35,7 @@ extern crate semver;
35
extern crate regex_syntax;
36
37
extern crate rustc_plugin;
38
-
+extern crate rustc_const_eval;
39
use rustc_plugin::Registry;
40
41
pub mod consts;
0 commit comments