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 9620ce9 commit 37e0b32Copy full SHA for 37e0b32
tests/codegen-llvm/cross-crate-inlining/leaf-inlining.rs
@@ -5,12 +5,12 @@
5
6
extern crate leaf;
7
8
-// Check that we inline a leaf cross-crate call
9
-#[no_mangle]
10
-pub fn leaf_outer() -> String {
11
- // CHECK-NOT: call {{.*}}leaf_fn
12
- leaf::leaf_fn()
13
-}
+// // Check that we inline a leaf cross-crate call
+// #[no_mangle]
+// pub fn leaf_outer() -> String {
+// // CHECK-NOT: call {{.*}}leaf_fn
+// leaf::leaf_fn()
+// }
14
15
// Check that we do not inline a non-leaf cross-crate call
16
#[no_mangle]
0 commit comments