We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f4cb6 commit 284255aCopy full SHA for 284255a
src/test/ui/issues/issue-70093.rs
@@ -2,6 +2,7 @@
2
// compile-flags: -Zlink-native-libraries=no -Cdefault-linker-libraries=yes
3
// ignore-windows - this will probably only work on unixish systems
4
// ignore-fuchsia - missing __libc_start_main for some reason (#84733)
5
+// ignore-cross-compile - default-linker-libraries=yes doesn't play well with cross compiling
6
7
#[link(name = "some-random-non-existent-library", kind = "static")]
8
extern "C" {}
0 commit comments