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 caf4765 commit b390917Copy full SHA for b390917
bindgen/ir/function.rs
@@ -935,7 +935,7 @@ impl ClangSubItemParser for Function {
935
Some(SpecialMemberKind::CopyConstructor)
936
} else if cursor.is_move_constructor() {
937
Some(SpecialMemberKind::MoveConstructor)
938
- } else if cursor.kind() == clang_sys::CXCursor_Destructor {
+ } else if cursor.kind() == CXCursor_Destructor {
939
Some(SpecialMemberKind::Destructor)
940
} else {
941
None
0 commit comments