diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-03-17 12:51:58 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-03-17 12:51:58 -0700 |
| commit | 6d2cb39ac5749ce48b17f1764e8ac52d2c810762 (patch) | |
| tree | 8fd75b9f2e1623fd7375c52851f3d1abb6846cec /tests/codegen | |
| parent | e03224821045f4f91864beef2fe32e28dd3211ff (diff) | |
| download | rust-6d2cb39ac5749ce48b17f1764e8ac52d2c810762.tar.gz rust-6d2cb39ac5749ce48b17f1764e8ac52d2c810762.zip | |
Stop whining, tidy
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/intrinsics/typed_swap.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/intrinsics/typed_swap.rs b/tests/codegen/intrinsics/typed_swap.rs index da4c082bab5..b55fb8ee36f 100644 --- a/tests/codegen/intrinsics/typed_swap.rs +++ b/tests/codegen/intrinsics/typed_swap.rs @@ -3,6 +3,7 @@ //@ [OPT3] compile-flags: -Copt-level=3 //@ compile-flags: -C no-prepopulate-passes //@ only-64bit (so I don't need to worry about usize) +// ignore-tidy-linelength (the memcpy calls get long) #![crate_type = "lib"] #![feature(core_intrinsics)] |
