mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-09 21:30:07 +00:00
9 lines
152 B
Rust
9 lines
152 B
Rust
|
// Copyright © 2024 Intel Corporation
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
fn main() {
|
||
|
println!("cargo::rustc-check-cfg=cfg(fuzzing)");
|
||
|
}
|