mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-10 02:56:52 +00:00
Fix check-fast breakage in new enum test.
This commit is contained in:
parent
c0190a9cfb
commit
86a710e454
@ -51,5 +51,5 @@ pub fn main() {
|
||||
check!(s, i64, -0x1727374757677787);
|
||||
|
||||
enum Simple { A, B }
|
||||
assert_eq!(std::mem::size_of::<Simple>(), 1);
|
||||
assert_eq!(::std::mem::size_of::<Simple>(), 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user