We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce1a00 commit ecfb332Copy full SHA for ecfb332
src/test/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