rust/compiler/rustc_hir_analysis/src/structured_errors
Nicholas Nethercote 757d6f6ef8 Give DiagnosticBuilder a default type.
`IntoDiagnostic` defaults to `ErrorGuaranteed`, because errors are the
most common diagnostic level. It makes sense to do likewise for the
closely-related (and much more widely used) `DiagnosticBuilder` type,
letting us write `DiagnosticBuilder<'a, ErrorGuaranteed>` as just
`DiagnosticBuilder<'a>`. This cuts over 200 lines of code due to many
multi-line things becoming single line things.
2023-12-23 13:23:10 +11:00
..
missing_cast_for_variadic_arg.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00
sized_unsized_cast.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00
wrong_number_of_generic_args.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00