rust/compiler
Harald van Dijk cd75af25e0
Change more x64 size checks to not apply to x32.
Commit 95e096d6 changed a bunch of size checks already, but more have
been added, so this fixes the new ones the same way: the various size
checks that are conditional on target_arch = "x86_64" were not intended
to apply to x86_64-unknown-linux-gnux32, so add
target_pointer_width = "64" to the conditions.
2021-09-05 16:42:36 +01:00
..
2021-09-03 23:36:22 +02:00
2021-08-30 20:17:45 -05:00
2021-08-30 22:18:55 -07:00
2021-08-30 20:18:39 -05:00
2021-08-27 16:21:25 -07:00
2021-09-02 10:18:08 +01:00