Skip to content

Commit c602167

Browse files
committed
Merge branch 'main' of https://github.com/rust-lang/rust-bindgen into upstream-roll-4
2 parents 04a9b5c + 20aa65a commit c602167

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

bindgen-tests/tests/expectations/tests/specific_receiver.rs

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// bindgen-flags: --use-specific-virtual-function-receiver --generate-inline-functions -- -x c++ -std=c++14
2+
3+
class Fish {
4+
public:
5+
virtual void swim() {
6+
}
7+
};

0 commit comments

Comments
 (0)