rust/tests
bors 5652ccbc0f Auto merge of #9448 - Alexendoo:large-enum-variant-u128, r=Manishearth
Replace u128 with u64 in large_enum_variant uitest

A u128 has [an 8 byte alignment on x86](https://github.com/rust-lang/rust/issues/54341), but a 16 byte alignment on aarch64 which changes the size of the enums due to extra padding. This means the test fails on aarch64

changelog: none
2022-09-09 17:21:53 +00:00
..
test_utils Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
ui Auto merge of #9448 - Alexendoo:large-enum-variant-u128, r=Manishearth 2022-09-09 17:21:53 +00:00
ui-cargo Merge commit '3c7e7dbc15' into clippyup 2022-07-28 19:08:22 +02:00
ui-internal Merge commit '2b2190cb56' into clippyup 2022-08-11 19:42:16 +02:00
ui-toml Rename the arithmetic lint 2022-09-08 12:04:55 -03:00
workspace_test Merge commit '97a5daa659' into clippyup 2022-01-13 13:18:19 +01:00
check-fmt.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
clippy.toml
compile-test.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
dogfood.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
integration.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
lint_message_convention.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
missing-test-files.rs Merge commit 'e181011378' into clippyup 2021-11-04 12:52:36 +00:00
versioncheck.rs Merge commit '984330a6ee' into clippyup 2022-04-08 10:06:10 +01:00
workspace.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00