rust/compiler/rustc_hir_analysis/src
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
..
astconv Remove all eight DiagnosticBuilder::*_with_code methods. 2024-01-08 16:00:34 +11:00
check Remove all eight DiagnosticBuilder::*_with_code methods. 2024-01-08 16:00:34 +11:00
coherence Use chaining for DiagnosticBuilder construction and emit. 2024-01-08 15:45:29 +11:00
collect Use chaining for DiagnosticBuilder construction and emit. 2024-01-08 15:45:29 +11:00
impl_wf_check
outlives
structured_errors Remove all eight DiagnosticBuilder::*_with_code methods. 2024-01-08 16:00:34 +11:00
variance
autoderef.rs
bounds.rs
check_unused.rs
collect.rs Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. 2024-01-04 13:32:42 +01:00
constrained_generic_params.rs
errors.rs
hir_wf_check.rs
impl_wf_check.rs
lib.rs
structured_errors.rs