We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77774e4 commit aec518aCopy full SHA for aec518a
src/test/codegen/instrument-mcount.rs
@@ -3,5 +3,5 @@
3
4
#![crate_type = "lib"]
5
6
-// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{_*}}mcount" "no-frame-pointer-elim"="true"
+// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
7
pub fn foo() {}
0 commit comments