ICE on nightly: <T as Tr<Y>>::does_not_exist() #44858
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Calling a function that doesn't exist on the resolved type in this form triggers an ICE. Neither
T
,Tr
, norY
need to exist, although they may all be valid and have an implementation present and it still triggers the ICE. Tested onplay.rust-lang.org
reproducible only under nightly.The text was updated successfully, but these errors were encountered: