Home
last modified time | relevance | path

Searched refs:no_std (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dlib.rs88 no_std: bool, field
175 no_std: false, in with_dir()
180 ac.no_std = true; in with_dir()
183 ac.no_std = false; in with_dir()
229 if self.no_std { in probe()
Dtests.rs7 let krate = if self.no_std { "core" } else { "std" }; in core_std()
12 assert_eq!(!self.no_std, probe_result); in assert_std()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/
DREADME.md67 - Relax `std`/`no_std` probing to a warning instead of an error.
71 - Auto-detects if `#![no_std]` is needed for the `$TARGET`.