Home
last modified time | relevance | path

Searched defs:AutoCfg (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dlib.rs83 pub struct AutoCfg { struct
84 out_dir: PathBuf,
85 rustc: PathBuf,
86 rustc_version: Version,
87 target: Option<OsString>,
88 no_std: bool,
89 rustflags: Vec<String>,
131 impl AutoCfg { implementation
Dtests.rs5 impl AutoCfg { impl