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 f71741b commit 74dd3cbCopy full SHA for 74dd3cb
tests/codegen/noalias-box-off.rs
@@ -3,6 +3,6 @@
3
#![crate_type = "lib"]
4
5
// CHECK-LABEL: @box_should_not_have_noalias_if_disabled(
6
-// CHECK-NOT: noalias
+// CHECK-NOT: noalias{{.*}}%
7
#[no_mangle]
8
pub fn box_should_not_have_noalias_if_disabled(_b: Box<u8>) {}
0 commit comments