]> git.pld-linux.org Git - packages/rust.git/blobdiff - rust-x32.patch
- up to 1.49.0
[packages/rust.git] / rust-x32.patch
index 09e4f7c99c39a1d322500575106889864f843cd5..25b454b5f4409b962bccdf6856c35536e12189ec 100644 (file)
@@ -17,7 +17,7 @@
  // `Expr` is used a lot. Make sure it doesn't unintentionally get bigger.
 -#[cfg(target_arch = "x86_64")]
 +#[cfg(all(target_arch = "x86_64", target_pointer_size = "64"))]
- rustc_data_structures::static_assert_size!(Expr, 112);
+ rustc_data_structures::static_assert_size!(Expr, 120);
  
  impl Expr {
 --- rustc-1.47.0-src.orig/compiler/rustc_ast/src/token.rs      2020-10-07 09:53:22.000000000 +0200
This page took 0.070195 seconds and 4 git commands to generate.