更新libclamav库1.0.0版本
This commit is contained in:
9
clamav/libclamav_rust/.cargo/vendor/autocfg/examples/integers.rs
vendored
Normal file
9
clamav/libclamav_rust/.cargo/vendor/autocfg/examples/integers.rs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
extern crate autocfg;
|
||||
|
||||
fn main() {
|
||||
// Normally, cargo will set `OUT_DIR` for build scripts.
|
||||
let ac = autocfg::AutoCfg::with_dir("target").unwrap();
|
||||
for i in 3..8 {
|
||||
ac.emit_has_type(&format!("i{}", 1 << i));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user