1
Fork 0

Update MIR tests for offset_of

This commit is contained in:
George Bateman 2023-10-31 21:25:45 +00:00
parent d995bd61e7
commit 9d6ce61376
No known key found for this signature in database
GPG key ID: C417AA9C4039EFCF
12 changed files with 48 additions and 74 deletions

View file

@ -25,7 +25,6 @@ use rustc_middle::ty::{
};
use rustc_span::def_id::LocalDefId;
use rustc_span::{sym, ErrorGuaranteed, Span, Symbol, DUMMY_SP};
use rustc_span::{sym, Span, Symbol, DUMMY_SP};
use rustc_target::abi::{FieldIdx, VariantIdx};
use rustc_target::asm::InlineAsmRegOrRegClass;
use std::fmt;