index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
libgit-rs
/
build.rs
blob: f8bd01a690b1eb7ad6ed8499206da7f94842ae6b (
plain
) (
blame
)
1
2
3
4
pub fn main() { let ac = autocfg::new(); ac.emit_has_path("std::ffi::c_char"); }