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 e57b4b1 commit 5a449fbCopy full SHA for 5a449fb
tests/codegen/frame-pointer-cli-control.rs
@@ -45,7 +45,7 @@ Specific cases where platforms or tools rely on frame pointers for sound or corr
45
46
extern crate minicore;
47
48
-// CHECK: define i32 @peach{{.*}}[[PEACH_ATTRS:\#[0-9]+]] {
+// CHECK: i32 @peach{{.*}}[[PEACH_ATTRS:\#[0-9]+]] {
49
#[no_mangle]
50
pub fn peach(x: u32) -> u32 {
51
x
0 commit comments