diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-04-29 14:59:24 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-04-29 18:45:14 +1000 |
| commit | 7418aa1a075f823816eb0f9020c64204ceb384e0 (patch) | |
| tree | 86133f97f0f47a7844fcc93c67f4f63dce321f14 /compiler/rustc_middle/src/mir/interpret/pointer.rs | |
| parent | f3e05d1609e129c3169015bc108af1c7e9262c68 (diff) | |
| download | rust-7418aa1a075f823816eb0f9020c64204ceb384e0.tar.gz rust-7418aa1a075f823816eb0f9020c64204ceb384e0.zip | |
Remove `extern crate rustc_data_structures` from numerous crates.
Diffstat (limited to 'compiler/rustc_middle/src/mir/interpret/pointer.rs')
| -rw-r--r-- | compiler/rustc_middle/src/mir/interpret/pointer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_middle/src/mir/interpret/pointer.rs b/compiler/rustc_middle/src/mir/interpret/pointer.rs index ff57053fa05..a0acacc844f 100644 --- a/compiler/rustc_middle/src/mir/interpret/pointer.rs +++ b/compiler/rustc_middle/src/mir/interpret/pointer.rs @@ -1,5 +1,6 @@ use super::{AllocId, InterpResult}; +use rustc_data_structures::static_assert_size; use rustc_macros::{HashStable, TyDecodable, TyEncodable}; use rustc_target::abi::{HasDataLayout, Size}; |
