Skip to content

2022-12-05

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 09:51
Auto merge of #13721 - Veykril:incoherent-impls, r=Veykril

Support `rustc_has_incoherent_inherent_impls`

Fixes us not resolving `<dyn Error>::downcast` now that `Error` moved to core, while that assoc function is declared in `alloc`.