rust/compiler/rustc_hir_analysis/src/check
Matthias Krüger c571b2a964
Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-dead
Improve spans for RPITIT object-safety errors

No reason why we can't point at the `impl Trait` that causes the object-safety violation.

Also [drive-by: Add is_async fn to hir::IsAsync](https://github.com/rust-lang/rust/pull/104593/commits/c4165f3a965e258531928180195637455299c6f3), which touches clippy too.
2022-11-19 15:35:23 +01:00
..
check.rs Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors 2022-11-19 11:54:44 +05:30
compare_method.rs Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-dead 2022-11-19 15:35:23 +01:00
dropck.rs Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk 2022-10-22 07:49:33 +00:00
intrinsic.rs Add an optional Span to BrAnon and use it to print better error for HRTB error from generator interior 2022-11-07 17:39:29 -05:00
intrinsicck.rs Accept TyCtxt instead of TyCtxtAt in Ty::is_* functions 2022-10-27 15:06:08 +04:00
mod.rs interpret: support for per-byte provenance 2022-11-06 14:17:10 +01:00
region.rs Don't consider Let exprs terminating scopes 2022-10-16 15:13:01 -07:00
wfcheck.rs Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors 2022-11-17 22:33:19 +01:00