Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov
generalize "incoherent impls" impl for user defined types To allow the move of `trait Error` into core. continues the work from #94963, finishes https://github.com/rust-lang/compiler-team/issues/487 r? `@petrochenkov` cc `@yaahc`
This commit is contained in:
commit
74cea9fdb9
12 changed files with 326 additions and 18 deletions
|
@ -1189,6 +1189,7 @@ symbols! {
|
|||
rustc_error,
|
||||
rustc_evaluate_where_clauses,
|
||||
rustc_expected_cgu_reuse,
|
||||
rustc_has_incoherent_inherent_impls,
|
||||
rustc_if_this_changed,
|
||||
rustc_inherit_overflow_checks,
|
||||
rustc_insignificant_dtor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue