We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
symbol-visibility
1 parent c334cb2 commit 89fce85Copy full SHA for 89fce85
tests/run-make/symbol-visibility/rmake.rs
@@ -4,6 +4,8 @@
4
// are exported, and that generics are only shown if explicitly requested.
5
// See https://github.com/rust-lang/rust/issues/37530
6
7
+//@ needs-crate-type: cdylib, dylib, proc-macro
8
+
9
use run_make_support::object::read::Object;
10
use run_make_support::{bin_name, dynamic_lib_name, is_msvc, object, regex, rfs, rustc};
11
0 commit comments