Skip to content

Commit e2a5867

Browse files
committed
Merge ref '8afb6a8b1b32' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@8afb6a8 Filtered ref: rust-lang/rust-analyzer@82d0ddb Upstream diff: rust-lang/rust@1d72d7e...8afb6a8 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents a72229f + 82d0ddb commit e2a5867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/hir-def/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extern crate rustc_parse_format;
1515
#[cfg(not(feature = "in-rust-tree"))]
1616
extern crate ra_ap_rustc_parse_format as rustc_parse_format;
1717

18+
pub extern crate ra_ap_rustc_abi as layout;
1819
pub extern crate ra_ap_rustc_abi as rustc_abi;
1920

2021
pub mod db;
@@ -48,7 +49,6 @@ pub mod import_map;
4849
pub mod visibility;
4950

5051
use intern::Interned;
51-
pub use rustc_abi as layout;
5252
use rustc_abi::ExternAbi;
5353
use thin_vec::ThinVec;
5454

0 commit comments

Comments
 (0)