Fix bindgen-cli support link static libclang by inevity · Pull Request #2644 · rust-lang/rust-bindgen (original) (raw)

Look like the repo did not have a ci? I just test this with change:"bindgen = { path = "../bindgen", version = "=0.65.1", default-features = false, features = ["logging", "which-rustfmt", "__cli", "experimental"] }".
And the pr using the change "bindgen = { path = "../bindgen", version = "=0.65.1", default-features = false, features = [ "__cli", "experimental"] }" which did not have feature:logging and which-rustfmt did not test