rust/compiler/rustc_hir_analysis/src/structured_errors
Nicholas Nethercote 6682f243dc Remove all eight DiagnosticBuilder::*_with_code methods.
These all have relatively low use, and can be perfectly emulated with
a simpler construction method combined with `code` or `code_mv`.
2024-01-08 16:00:34 +11:00
..
missing_cast_for_variadic_arg.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
sized_unsized_cast.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
wrong_number_of_generic_args.rs Remove all eight DiagnosticBuilder::*_with_code methods. 2024-01-08 16:00:34 +11:00