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 3497138 commit 5a6dc8cCopy full SHA for 5a6dc8c
src/Cargo.lock
@@ -2779,6 +2779,7 @@ name = "syntax_pos"
2779
version = "0.0.0"
2780
dependencies = [
2781
"arena 0.0.0",
2782
+ "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2783
"rustc_data_structures 0.0.0",
2784
"scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2785
"serialize 0.0.0",
src/libsyntax_pos/Cargo.toml
@@ -14,3 +14,4 @@ rustc_data_structures = { path = "../librustc_data_structures" }
14
arena = { path = "../libarena" }
15
scoped-tls = { version = "0.1.1", features = ["nightly"] }
16
unicode-width = "0.1.4"
17
+cfg-if = "0.1.2"
0 commit comments