Methods and associated functions not found on types having nested generic type arguments #6825
Labels
bug
Something isn't working
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
E.g.:
Here is a more comprehensive minimal repro that shows that the issue happens when the generic argument is itself generic. It also happens regardless if the final unknown generic is coming from the type of function/method definition:
The issue is also reproducible on the current mainnet version 0.66.5.
Here are some real-life examples using types from the standard library that fail to compile.
The text was updated successfully, but these errors were encountered: