Struct rustc_ap_rustc_target::spec::TargetWarnings [−][src]
pub struct TargetWarnings { /* fields omitted */ }
Expand description
Warnings encountered when parsing the target json
.
Includes fields that weren’t recognized and fields that don’t have the expected type.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TargetWarnings
impl Send for TargetWarnings
impl Sync for TargetWarnings
impl Unpin for TargetWarnings
impl UnwindSafe for TargetWarnings