We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e32b97 commit d7f57d4Copy full SHA for d7f57d4
src/librustc/mir/interpret/value.rs
@@ -87,6 +87,7 @@ pub enum Scalar<Tag=(), Id=AllocId> {
87
Ptr(Pointer<Tag, Id>),
88
}
89
90
+#[cfg(target_arch = "x86_64")]
91
static_assert!(SCALAR_SIZE: ::std::mem::size_of::<Scalar>() == 24);
92
93
impl<Tag> fmt::Display for Scalar<Tag> {
0 commit comments