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 ef04da3 commit 985004cCopy full SHA for 985004c
1 file changed
tests/codegen-llvm/call-site-inline-attributes.rs
@@ -32,6 +32,6 @@ fn calls_something_alwaysinline() {
32
#[inline(always)]
33
fn alwaysinline_fn() {}
34
35
-//CHECK: attributes #[[NOINLINE]] = { noinline }
36
-//CHECK: attributes #[[INLINEHINT]] = { inlinehint }
37
-//CHECK: attributes #[[ALWAYSINLINE]] = { alwaysinline }
+//CHECK: attributes #[[NOINLINE]] = {{{.*}} noinline {{.*}}}
+//CHECK: attributes #[[INLINEHINT]] = {{{.*}} inlinehint {{.*}}}
+//CHECK: attributes #[[ALWAYSINLINE]] = {{{.*}} alwaysinline {{.*}}}
0 commit comments