We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
used
1 parent 11d76cb commit 8d6ff0eCopy full SHA for 8d6ff0e
tests/run-make/used/rmake.rs
@@ -4,6 +4,8 @@
4
// It comes from #39987 which implements this RFC for the #[used] attribute:
5
// https://rust-lang.github.io/rfcs/2386-used.html
6
7
+//@ ignore-cross-compile (cross-compile targets can produce artifacts `object` can't yet parse)
8
+
9
use run_make_support::rustc;
10
use run_make_support::symbols::any_symbol_contains;
11
0 commit comments