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.
2 parents 40a1a4e + 2c6dc02 commit 4068232Copy full SHA for 4068232
crates/hir-ty/src/lib.rs
@@ -15,8 +15,10 @@ extern crate rustc_abi;
15
#[cfg(not(feature = "in-rust-tree"))]
16
extern crate ra_ap_rustc_abi as rustc_abi;
17
18
-// Use the crates.io version unconditionally until the API settles enough that we can switch to
19
-// using the in-tree one.
+#[cfg(feature = "in-rust-tree")]
+extern crate rustc_pattern_analysis;
20
+
21
+#[cfg(not(feature = "in-rust-tree"))]
22
extern crate ra_ap_rustc_pattern_analysis as rustc_pattern_analysis;
23
24
mod builder;
rust-version
@@ -1 +1 @@
1
-80eb5a8e910e5185d47cdefe3732d839c78a5e7e
+6cf068db566de080dfa7ed24a216ea3aed2b98ce
0 commit comments