rust/compiler/rustc_infer/src/infer
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
..
canonical Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
error_reporting Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 2022-06-15 19:37:14 +09:00
higher_ranked Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
lexical_region_resolve Remove RegionckMode in favor of calling new skip_region_resolution 2022-06-13 01:15:04 -04:00
nll_relate Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
opaque_types Have the spans of TAIT type conflict errors point to the actual site instead of the owning function 2022-03-28 16:30:59 +00:00
outlives Auto merge of #97081 - oli-obk:outlives_query_fast_path, r=jackh726 2022-06-07 21:44:40 +00:00
region_constraints fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
at.rs the day that i make a PR without a tidy error.. 2022-06-10 21:47:00 +01:00
combine.rs Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
equate.rs update higher_ranked_sub docs 2022-06-10 10:09:50 +02:00
free_regions.rs add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
freshen.rs Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
fudge.rs Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
glb.rs Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
lattice.rs Spellchecking compiler comments 2022-03-30 15:14:15 -04:00
lub.rs Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
mod.rs implement valtrees as the type-system representation for constant values 2022-06-14 16:07:11 +02:00
opaque_types.rs Folding revamp. 2022-06-08 09:24:03 +10:00
projection.rs Use Term in ProjectionPredicate 2022-01-17 17:44:56 +00:00
resolve.rs Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
sub.rs update higher_ranked_sub docs 2022-06-10 10:09:50 +02:00
type_variable.rs fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
undo_log.rs Have the spans of TAIT type conflict errors point to the actual site instead of the owning function 2022-03-28 16:30:59 +00:00