Skip to content

Commit 402ddc1

Browse files
committed
Auto merge of #153544 - JonathanBrouwer:rollup-LT1ogBG, r=JonathanBrouwer
Rollup of 2 pull requests Successful merges: - rust-lang/rust#153462 (Bootstrap update) - rust-lang/rust#152210 (Gate #![reexport_test_harness_main] properly)
2 parents fec4a9a + d8e29c9 commit 402ddc1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rustc_public/src/ty.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,8 @@ macro_rules! serialize_index_impl {
15771577
}
15781578
};
15791579
}
1580-
pub(crate) use {index_impl, serialize_index_impl};
1580+
pub(crate) use index_impl;
1581+
pub(crate) use serialize_index_impl;
15811582

15821583
index_impl!(TyConstId);
15831584
index_impl!(MirConstId);

0 commit comments

Comments
 (0)