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 3202d4e commit 21a4c39Copy full SHA for 21a4c39
tests/mir-opt/inline/inline_retag.rs
@@ -1,4 +1,3 @@
1
-// skip-filecheck
2
// compile-flags: -Z span_free_formats -Z mir-emit-retag
3
4
// Tests that MIR inliner fixes up `Retag`'s `fn_entry` flag
@@ -9,6 +8,8 @@ fn main() {
9
8
10
// EMIT_MIR inline_retag.bar.Inline.after.mir
11
fn bar() -> bool {
+ // CHECK-LABEL: fn bar(
12
+ // CHECK: (inlined foo)
13
let f = foo;
14
f(&1, &-1)
15
}
0 commit comments