rust/compiler/rustc_error_messages
bors d117135f5a Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors
Skip possible where_clause_object_safety lints when checking `multiple_supertrait_upcastable`

Fix #106247

To achieve this, I lifted the `WhereClauseReferencesSelf` out from `object_safety_violations` and move it into `is_object_safe` (which is changed to a new query).

cc `@dtolnay`
r? `@compiler-errors`
2023-01-29 10:20:25 +00:00
..
locales/en-US Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors 2023-01-29 10:20:25 +00:00
src Handle diagnostics customization on the fluent side 2023-01-17 08:21:34 +00:00
Cargo.toml Enable icu sync feature for parallel compiler 2022-11-18 14:46:35 -08:00