We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365c0e1 commit 21ef9baCopy full SHA for 21ef9ba
1 file changed
tests/ui/linking/ld64-cross-compilation.rs
@@ -6,6 +6,8 @@
6
//@ run-pass
7
//@ only-x86_64-apple-darwin
8
9
+#![allow(linker_messages)]
10
+
11
fn main() {
12
let dst: Vec<u8> = Vec::new();
13
let len = broken_func(std::hint::black_box(2), dst);
0 commit comments