rust/compiler/rustc_infer
Matthias Krüger 6f1500aec2
Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors
cleanup our region error API

- require `TypeErrCtxt` to always result in an error, closing #108810
- move `resolve_regions_and_report_errors` to the `ObligationCtxt`
- call `process_registered_region_obligations` in `resolve_regions`
- move `resolve_regions` into the `outlives` submodule
- add `#[must_use]` to functions returning lists of errors

r? types
2023-04-13 11:21:05 +02:00
..
src Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors 2023-04-13 11:21:05 +02:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00
messages.ftl Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr 2023-04-12 20:01:36 +00:00