We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0034d6c commit 9d6ca5fCopy full SHA for 9d6ca5f
tests/run-make/a-b-a-linker-guard/rmake.rs
@@ -1,7 +1,8 @@
1
-// ignore-tidy-linelength
+// Test that if we build `b` against a version of `a` that has
2
+// one set of types, it will not run with a dylib that has a different set of types.
3
-// Test that if we build `b` against a version of `a` that has one set of types, it will not run
4
-// with a dylib that has a different set of types.
+//@ ignore-cross-compile
5
+// Reason: the compiled binary is executed
6
7
use run_make_support::{run, run_fail, rustc};
8
0 commit comments