Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 158f1ea

Browse files
committed
fmt
1 parent f66adb0 commit 158f1ea

File tree

1 file changed

+2
-1
lines changed
  • tests/run-make/extern-fn-reachable

1 file changed

+2
-1
lines changed

tests/run-make/extern-fn-reachable/rmake.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ ignore-cross-compile
2-
use run_make_support::{rustc, symbols::contains_exact_symbols};
2+
use run_make_support::rustc;
3+
use run_make_support::symbols::contains_exact_symbols;
34

45
fn main() {
56
rustc().input("dylib.rs").output("dylib.so").prefer_dynamic().run();

0 commit comments

Comments
 (0)