Need to document how method resolution ambiguties are/aren't resolved #104783
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
Location
Summary
Spawned off of #81211 (comment)
We need better documentation of the method resolution rules, in terms of how ambiguities are resolved (to either a single method or to a method ambiguity error).
I wrote tests in PR #81294 that tried to enumerate the relevant combinations; see:
But we still need better docs in the reference
The text was updated successfully, but these errors were encountered: