Skip to content

Commit 45832d4

Browse files
author
hyd-dev
committed
Remove duplicated "foreign function"
1 parent e026ad5 commit 45832d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/function_calls/exported_symbol_good_unwind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Make sure the workaround for "crate ... required to be available in rlib format, but was not
22
// found in this form" errors works without `-C prefer-dynamic` (`panic!` calls foreign function
3-
// foreign function `__rust_start_panic`).
3+
// `__rust_start_panic`).
44
// no-prefer-dynamic
55
#![feature(c_unwind, unboxed_closures, unwind_attributes)]
66

0 commit comments

Comments
 (0)