rust/compiler/rustc_borrowck/src/diagnostics
Yuki Okushi 87e373e82f
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Make `ExprKind::Closure` a struct variant.

Simple refactor since we both need it to introduce additional fields in `ExprKind::Closure`.

r? ``@Aaron1011``
2022-06-15 19:37:14 +09:00
..
bound_region_errors.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
conflict_errors.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
explain_borrow.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09: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 Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
mod.rs Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 2022-06-15 19:37:14 +09:00
move_errors.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
mutability_errors.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
outlives_suggestion.rs suggest constraining dyn trait in impl in NLL 2022-05-25 18:13:17 +02:00
region_errors.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
region_name.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
var_name.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00