We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e84e0bd + 1302a4b commit e58775bCopy full SHA for e58775b
src/machine.rs
@@ -241,12 +241,12 @@ pub enum ProvenanceExtra {
241
Wildcard,
242
}
243
244
-#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
+#[cfg(target_pointer_width = "64")]
245
static_assert_size!(Pointer<Provenance>, 24);
246
// FIXME: this would with in 24bytes but layout optimizations are not smart enough
247
-// #[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
+// #[cfg(target_pointer_width = "64")]
248
//static_assert_size!(Pointer<Option<Provenance>>, 24);
249
250
static_assert_size!(Scalar<Provenance>, 32);
251
252
impl fmt::Debug for Provenance {
0 commit comments