Skip to content

Commit 969ed29

Browse files
committed
Auto merge of #156190 - JonathanBrouwer:rollup-db0KRf1, r=JonathanBrouwer
Rollup of 7 pull requests Successful merges: - rust-lang/rust#156014 (resolve: Catch "cannot reexport" errors from macros 2.0 better) - rust-lang/rust#156058 (Print HRTB binders before fn qualifiers) - rust-lang/rust#156172 (Implement a new flag `-Zdisable-fast-paths` in trait solving) - rust-lang/rust#156184 (Revert "remove `MethodReceiverExpr` special-casing") - rust-lang/rust#155957 (Revert const hacks and use const closures in std) - rust-lang/rust#156127 (Update `askama` version to `0.16.0`) - rust-lang/rust#156183 (Remove duplicate debug assert)
2 parents b5871e2 + f5b6967 commit 969ed29

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
@@ -16,6 +16,7 @@ extern crate rustc_parse_format;
1616
extern crate ra_ap_rustc_parse_format as rustc_parse_format;
1717

1818
extern crate ra_ap_rustc_abi as rustc_abi;
19+
pub extern crate ra_ap_rustc_abi as layout;
1920

2021
pub mod db;
2122

@@ -47,7 +48,6 @@ pub mod import_map;
4748
pub mod visibility;
4849

4950
use intern::{Interned, Symbol};
50-
pub use rustc_abi as layout;
5151
use thin_vec::ThinVec;
5252

5353
pub use crate::signatures::LocalFieldId;

0 commit comments

Comments
 (0)