Commit b201e40
authored
Bump bindgen to be able to handle CXCursor_LinkageSpec in LLVM18+ (#1243)
Current master branch gets stuck trying to compile `c2rust-ast-exporter`
in Archlinux.
The problem is that the bindgen version used by c2rust doesn't handle
the new Clang 18+'s `CXCursor_LinkageSpec` reported by
`clang::getCursorKindForDecl`.
rust-lang/rust-bindgen#2689 fixes the issue, so
I've bumped the bindgen version to the minimum that works.2 files changed
+28
-28
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments