Struct rustc_ap_rustc_session::config::JsonConfig [−][src]
pub struct JsonConfig {
pub json_rendered: HumanReadableErrorType,
pub json_artifact_notifications: bool,
pub json_unused_externs: bool,
}Expand description
Possible json config files
Fields
json_rendered: HumanReadableErrorTypejson_artifact_notifications: booljson_unused_externs: boolAuto Trait Implementations
impl RefUnwindSafe for JsonConfigimpl Send for JsonConfigimpl Sync for JsonConfigimpl Unpin for JsonConfigimpl UnwindSafe for JsonConfig