We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e032248 commit 6d2cb39Copy full SHA for 6d2cb39
tests/codegen/intrinsics/typed_swap.rs
@@ -3,6 +3,7 @@
3
//@ [OPT3] compile-flags: -Copt-level=3
4
//@ compile-flags: -C no-prepopulate-passes
5
//@ only-64bit (so I don't need to worry about usize)
6
+// ignore-tidy-linelength (the memcpy calls get long)
7
8
#![crate_type = "lib"]
9
#![feature(core_intrinsics)]
0 commit comments