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 ee2b3b1 commit c66560fCopy full SHA for c66560f
tests/source/fn-simple.rs
@@ -52,3 +52,10 @@ pub fn waltz(cwd: &Path) -> CliAssert {
52
}
53
54
55
+
56
+// #2003
57
+mod foo {
58
+ fn __bindgen_test_layout_i_open0_c_open1_char_a_open2_char_close2_close1_close0_instantiation() {
59
+ foo();
60
+ }
61
+}
tests/target/fn-simple.rs
@@ -93,3 +93,11 @@ pub fn waltz(cwd: &Path) -> CliAssert {
93
94
95
96
97
98
99
+ fn __bindgen_test_layout_i_open0_c_open1_char_a_open2_char_close2_close1_close0_instantiation()
100
+ {
101
102
103
0 commit comments