Home
last modified time | relevance | path

Searched refs:emit_trait_cfg (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/examples/
Dtraits.rs9 ac.emit_trait_cfg("std::ops::Add", "has_ops"); in main()
13 ac.emit_trait_cfg("std::borrow::Borrow<str>", "has_borrow"); in main()
17 ac.emit_trait_cfg("std::ops::AddAssign", "has_assign_ops"); in main()
21 ac.emit_trait_cfg("std::iter::Sum", "has_sum"); in main()
25 ac.emit_trait_cfg("std::alloc::GlobalAlloc", "has_global_alloc"); in main()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dlib.rs309 pub fn emit_trait_cfg(&self, name: &str, cfg: &str) { in emit_trait_cfg() method