rust/compiler/rustc_borrowck/src/diagnostics
2022-03-19 15:54:30 -07:00
..
bound_region_errors.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
conflict_errors.rs Rollup merge of #94698 - WaffleLapkin:simplify-copy-suggestions, r=estebank 2022-03-17 22:55:03 +01:00
explain_borrow.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
find_all_local_uses.rs Suggest using a temporary variable to fix borrowck errors 2021-12-10 14:34:00 -08:00
find_use.rs Move rustc_mir::borrow_check to new crate rustc_borrowck. 2021-09-07 00:29:22 +02:00
mod.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
move_errors.rs diagnostics: do not give Option::as_ref suggestion for complex match 2022-03-19 15:54:30 -07:00
mutability_errors.rs add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
outlives_suggestion.rs rustc_errors: let DiagnosticBuilder::emit return a "guarantee of emission". 2022-02-23 06:38:52 +00:00
region_errors.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
region_name.rs Replace &mut DiagnosticBuilder, in signatures, with &mut Diagnostic. 2022-02-23 05:38:19 +00:00
var_name.rs Move rustc_mir::borrow_check to new crate rustc_borrowck. 2021-09-07 00:29:22 +02:00