rust/compiler/rustc_hir_analysis/src
bors 9a7cc6c32f Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #106347 (More accurate spans for arg removal suggestion)
 - #108057 (Prevent some attributes from being merged with others on reexports)
 - #108090 (`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`)
 - #108092 (note issue for feature(packed_bundled_libs))
 - #108099 (use chars instead of strings where applicable)
 - #108115 (Do not ICE on unmet trait alias bounds)
 - #108125 (Add new people to the compiletest review rotation)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-02-16 19:21:02 +00:00
..
astconv Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors 2023-02-16 16:11:54 +00:00
check Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors 2023-02-16 16:11:54 +00:00
coherence Move query out of path. 2023-02-14 20:27:38 +00:00
collect Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr 2023-02-16 19:21:02 +00:00
impl_wf_check add AliasEq to PredicateKind 2023-02-10 13:44:46 +00:00
outlives Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr 2023-02-11 05:46:24 +00:00
structured_errors rustc_hir_analysis: remove ref patterns 2023-01-17 07:48:19 +00:00
variance Make visiting traits generic over the Interner 2023-02-13 10:24:49 +00:00
autoderef.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Use expect_{use,fn} in a couple of places 2023-01-30 05:50:37 +00:00
collect.rs Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors 2023-02-16 16:11:54 +00:00
constrained_generic_params.rs Make visiting traits generic over the Interner 2023-02-13 10:24:49 +00:00
errors.rs Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
hir_wf_check.rs Rename folder traits' tcx method to interner 2023-02-13 10:24:51 +00:00
impl_wf_check.rs Add of_trait to DefKind::Impl. 2023-02-14 19:55:44 +00:00
lib.rs Replace some thens with some then_somes 2023-02-16 15:26:03 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00