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 de82551 commit 3202d4eCopy full SHA for 3202d4e
tests/mir-opt/inline/inline_options.rs
@@ -1,4 +1,3 @@
1
-// skip-filecheck
2
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
3
// Checks that inlining threshold can be controlled with
4
// inline-mir-threshold and inline-hint-threshold options.
@@ -8,7 +7,10 @@
8
7
9
// EMIT_MIR inline_options.main.Inline.after.mir
10
fn main() {
+ // CHECK-LABEL: fn main(
11
+ // CHECK-NOT: (inlined not_inlined)
12
not_inlined();
13
+ // CHECK: (inlined inlined::<u32>)
14
inlined::<u32>();
15
}
16
0 commit comments