Skip to content

Commit 21ef9ba

Browse files
committed
test: suppress linker depracation warning
1 parent 365c0e1 commit 21ef9ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/ui/linking/ld64-cross-compilation.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//@ run-pass
77
//@ only-x86_64-apple-darwin
88

9+
#![allow(linker_messages)]
10+
911
fn main() {
1012
let dst: Vec<u8> = Vec::new();
1113
let len = broken_func(std::hint::black_box(2), dst);

0 commit comments

Comments
 (0)