Skip to content

Commit b9a11f0

Browse files
committed
Fix a broken test
It emits the same symbol – `transmute` – from the same crate twice.
1 parent 82dcec7 commit b9a11f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/run-pass/issue-15562.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
extern crate issue_15562 as i;
1616

1717
pub fn main() {
18-
extern {
19-
fn transmute();
20-
}
2118
unsafe {
2219
transmute();
2320
i::transmute();

0 commit comments

Comments
 (0)