Home
last modified time | relevance | path

Searched defs:JsonConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs1819 pub struct JsonConfig { struct
1820 pub json_rendered: HumanReadableErrorType,
1821 pub json_artifact_notifications: bool,
1822 pub json_unused_externs: JsonUnusedExterns,
1823 pub json_future_incompat: bool,
1857 pub fn parse_json(handler: &EarlyErrorHandler, matches: &getopts::Matches) -> JsonConfig { in parse_json()
2518 let JsonConfig { in build_session_options() localVariable