Searched refs:no_std (Results 1 – 3 of 3) sorted by relevance
88 no_std: bool, field175 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()
7 let krate = if self.no_std { "core" } else { "std" }; in core_std()12 assert_eq!(!self.no_std, probe_result); in assert_std()
67 - Relax `std`/`no_std` probing to a warning instead of an error.71 - Auto-detects if `#![no_std]` is needed for the `$TARGET`.