Skip to content

Commit 2532566

Browse files
committed
FileCheck inline_specialization
1 parent 21a4c39 commit 2532566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mir-opt/inline/inline_specialization.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// skip-filecheck
21
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
32
#![feature(specialization)]
43

54
// EMIT_MIR inline_specialization.main.Inline.diff
65
fn main() {
6+
// CHECK-LABEL: fn main(
7+
// CHECK: (inlined <Vec<()> as Foo>::bar)
78
let x = <Vec::<()> as Foo>::bar();
89
}
910

0 commit comments

Comments
 (0)