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.
2 parents 9003f42 + d84bdb6 commit eb57e75Copy full SHA for eb57e75
scripts/rust-is-available.sh
@@ -104,6 +104,7 @@ bindgen_libclang_version=$( \
104
LC_ALL=C "$BINDGEN" $(dirname $0)/rust-is-available-bindgen-libclang.h 2>&1 >/dev/null \
105
| grep -F 'clang version ' \
106
| grep -oE '[0-9]+\.[0-9]+\.[0-9]+' \
107
+ | head -n 1 \
108
)
109
bindgen_libclang_min_version=$($min_tool_version llvm)
110
bindgen_libclang_cversion=$(get_canonical_version $bindgen_libclang_version)
0 commit comments