rust/compiler/rustc_borrowck/src/diagnostics
2024-04-15 23:04:16 -04:00
..
bound_region_errors.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
conflict_errors.rs Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obk 2024-04-16 01:12:39 +02:00
explain_borrow.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
find_all_local_uses.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
find_use.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
mod.rs review comments 2024-04-12 20:57:07 +00:00
move_errors.rs When possible, suggest cloning the result of a call instead of an argument 2024-04-11 16:41:41 +00:00
mutability_errors.rs Account for trait/impl difference when suggesting changing argument from ref to mut ref 2024-04-06 16:23:10 +00:00
outlives_suggestion.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
region_errors.rs Make suggest_deref_closure_return more idiomatic/easier to understand 2024-04-15 23:04:16 -04:00
region_name.rs Make RawPtr take Ty and Mutbl separately 2024-03-22 11:13:29 -04:00
var_name.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00