1
Fork 0

Remove extern crate rustc_data_structures from numerous crates.

This commit is contained in:
Nicholas Nethercote 2024-04-29 14:59:24 +10:00
parent f3e05d1609
commit 7418aa1a07
22 changed files with 18 additions and 27 deletions

View file

@ -1523,6 +1523,7 @@ pub enum BinOp {
#[cfg(target_pointer_width = "64")]
mod size_asserts {
use super::*;
use rustc_data_structures::static_assert_size;
// tidy-alphabetical-start
static_assert_size!(AggregateKind<'_>, 32);
static_assert_size!(Operand<'_>, 24);