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