Skip to content

Commit 89fce85

Browse files
committed
tests: fix symbol-visibility
1 parent c334cb2 commit 89fce85

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/symbol-visibility

1 file changed

+2
-0
lines changed

tests/run-make/symbol-visibility/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// are exported, and that generics are only shown if explicitly requested.
55
// See https://github.com/rust-lang/rust/issues/37530
66

7+
//@ needs-crate-type: cdylib, dylib, proc-macro
8+
79
use run_make_support::object::read::Object;
810
use run_make_support::{bin_name, dynamic_lib_name, is_msvc, object, regex, rfs, rustc};
911

0 commit comments

Comments
 (0)