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 e674e18 + e2a5867 commit 100d2afCopy full SHA for 100d2af
2 files changed
crates/hir-def/src/lib.rs
@@ -15,6 +15,7 @@ extern crate rustc_parse_format;
15
#[cfg(not(feature = "in-rust-tree"))]
16
extern crate ra_ap_rustc_parse_format as rustc_parse_format;
17
18
+pub extern crate ra_ap_rustc_abi as layout;
19
pub extern crate ra_ap_rustc_abi as rustc_abi;
20
21
pub mod db;
@@ -48,7 +49,6 @@ pub mod import_map;
48
49
pub mod visibility;
50
51
use intern::Interned;
-pub use rustc_abi as layout;
52
use rustc_abi::ExternAbi;
53
use thin_vec::ThinVec;
54
rust-version
@@ -1 +1 @@
1
-1d72d7e8136faaebad3a85eeed432e6ea1b2ffab
+8afb6a8b1b32fce2f8aa7520517833338dc36c5e
0 commit comments