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 21a4c39 commit 2532566Copy full SHA for 2532566
tests/mir-opt/inline/inline_specialization.rs
@@ -1,9 +1,10 @@
1
-// skip-filecheck
2
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
3
#![feature(specialization)]
4
5
// EMIT_MIR inline_specialization.main.Inline.diff
6
fn main() {
+ // CHECK-LABEL: fn main(
7
+ // CHECK: (inlined <Vec<()> as Foo>::bar)
8
let x = <Vec::<()> as Foo>::bar();
9
}
10
0 commit comments