Trait HasTargetSpec
rustc_ap_rustc_target::spec
pub trait HasTargetSpec { fn target_spec(&self) -> &Target; }
fn target_spec(&self) -> &Target
impl HasTargetSpec for Target