Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs520 pub enum ErrorOutputType { enum
533 impl Default for ErrorOutputType { implementation
1899 ) -> ErrorOutputType { in parse_error_format()
1976 error_format: ErrorOutputType, in check_error_format_stability()
3091 error_format: ErrorOutputType, in hash()
3110 error_format: ErrorOutputType, in hash()
3182 error_format: ErrorOutputType, in hash()
3201 error_format: ErrorOutputType, in hash()
3217 error_format: ErrorOutputType, in hash()
3232 error_format: ErrorOutputType, in hash()
[all …]
Dsession.rs1744 pub fn abort_if_error_and_set_error_format(&mut self, output: ErrorOutputType) { in abort_if_error_and_set_error_format()
/third_party/rust/rust/src/librustdoc/
Dcore.rs126 error_format: ErrorOutputType, in new_handler()